ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Controls.Design Namespace / DefaultSizeAttribute Class / DefaultSizeAttribute Constructor
The width.
The height.

In This Topic
    DefaultSizeAttribute Constructor
    In This Topic
    Initializes a new instance of the DefaultSizeAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Single, _
       ByVal height As Single _
    )
    public DefaultSizeAttribute( 
       float width,
       float height
    )

    Parameters

    width
    The width.
    height
    The height.
    See Also