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

In This Topic
    DataSets Property
    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