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

In This Topic
Categories Property (DefaultSampleReportsProvider)
In This Topic
Gets a collection of category descriptors in the correct order.
Syntax
'Declaration
 
Public 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