DataSources-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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>
Eigenschaftenwert
Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'DataSource> ) > ) >
An IList<(Of <(<'T>)>)> object.