Share via


IReportData.DataSources Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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>

Property Value

Type: System.Collections.Generic.IList<DataSource>
An IList<T> object.