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

In This Topic
    DynamicRows Property
    In This Topic

    Gets or sets the dynamic row headings for the grouping.

    Syntax
    'Declaration
     
    Public Property DynamicRows As DynamicColumnsRows
    public DynamicColumnsRows DynamicRows {get; set;}

    Property Value

    A DynamicColumnsRows object containing the dynamic row headings for this grouping.

    See Also