ActiveReports 18 .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 that is displayed as part of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSets As DataSetCollection
    public DataSetCollection DataSets {get;}

    Property Value

    A DataSetCollection describing the data that is displayed as part of the report.
    See Also