Freigeben über


DataSources-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
ReadOnly Property DataSources As IList(Of DataSource)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'DataSource> ) > ) >
An IList<(Of <(<'T>)>)> object.