Propriété DataSources
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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< (Of < ( <'DataSource> ) > ) >
An IList<(Of <(<'T>)>)> object.
Voir aussi