IReportData.DataSets Property

Definition

Gets the collection of dataset that is displayed as part of the report.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSet ^> ^ DataSets { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSet ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataSet> DataSets { get; }
member this.DataSets : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataSet>
Public ReadOnly Property DataSets As IList(Of DataSet)

Property Value

The collection of dataset.

Applies to