ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / ISampleReportsProvider Interface / Categories Property

In This Topic
    Categories Property (ISampleReportsProvider)
    In This Topic
    Gets a collection of category descriptors in the correct order.
    Syntax
    'Declaration
     
    ReadOnly Property Categories As IEnumerable(Of CategoryDescriptor)

    Property Value

    A collection of CategoryDescriptor instances.
    Remarks
    This property provides access to all available category descriptors in the correct order.
    See Also