Partager via


Propriété IReportData.DataSources

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the collection of data sources from which datasets are taken for the report.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
ReadOnly Property DataSources As IList(Of DataSource)
    Get
'Utilisation
Dim instance As IReportData 
Dim value As IList(Of DataSource)

value = instance.DataSources
IList<DataSource> DataSources { get; }
property IList<DataSource^>^ DataSources {
    IList<DataSource^>^ get ();
}
abstract DataSources : IList<DataSource>
function get DataSources () : IList<DataSource>

Valeur de propriété

Type : System.Collections.Generic.IList<DataSource>
The collection of data sources.

Voir aussi

Référence

IReportData Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel