Proprietà IReportData.DataSources

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

IReportData Interfaccia

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel