ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / Width Property

In This Topic
    Width Property (ReportDesigner)
    In This Topic
    Gets or sets the width of the Designer component.
    Syntax
    'Declaration
     
    Public Property Width As String
    public string Width {get; set;}

    Property Value

    A System.String representing the width of the Designer. Accepts CSS units such as "px", "%", "em", etc.
    Remarks
    The default value is "100%".
    See Also