ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataSets Property

In This Topic
    DataSets Property (Report)
    In This Topic
    Gets the data sets displayed in the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSets As DataSetCollection
    public DataSetCollection DataSets {get;}

    Property Value

    A DataSetCollection object containing the data sets of the report.
    See Also