Propriedade do RDL IReportData.DataSources
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the collection of data sources from which datasets are taken for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
ReadOnly Property DataSources As IList(Of DataSource)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<DataSource>
The collection of data sources.