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

In This Topic
    Reports Property (ISampleReportsProvider)
    In This Topic
    Gets a collection of sample report descriptors.
    Syntax
    'Declaration
     
    ReadOnly Property Reports As IEnumerable(Of SampleReportDescriptor)

    Property Value

    A collection of SampleReportDescriptor instances.
    Remarks
    This property provides access to all available sample report descriptors.
    See Also