IReportData.DataSets 屬性

定義

取得做為報表一部分顯示之資料集的集合。

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)

屬性值

IList<DataSet>

資料集的集合。

適用於