Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.