ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SeriesGrouping Class / DynamicSeries Property

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

    Property Value

    A DynamicCategoriesSeries containing dynamic series headings for the grouping.
    See Also