IReportData.DataSources 屬性

定義

取得為此報表取得之資料集的資料來源集合。

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

屬性值

IList<DataSource>

資料來源的集合。

適用於