ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CategoryGrouping Class / DynamicCategories Property

In This Topic
    DynamicCategories Property
    In This Topic
    Gets the dynamic category headings for the grouping.
    Syntax
    'Declaration
     
    Public Property DynamicCategories As DynamicCategoriesSeries
    public DynamicCategoriesSeries DynamicCategories {get; set;}

    Property Value

    A DynamicCategoriesSeries object indicating the dynamic category headings for the grouping.
    See Also