ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RowGrouping Class / Width Property

In This Topic
    Width Property (RowGrouping)
    In This Topic

    Gets or sets the width of the row header.

    Syntax
    'Declaration
     
    Public Property Width As Length
    public Length Width {get; set;}

    Property Value

    A Length structure containing the width of the row header.

    See Also