Share via


IReportData.DataSources Propriété

Définition

Obtient la collection de sources de données dans laquelle sont choisis les datasets pour le rapport.

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)

Valeur de propriété

Collection de sources de données.

S’applique à