Report.DataSources Property
Describes the data sources from which data sets are taken for this report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataSources As IList(Of DataSource)
Get
Set
'Usage
Dim instance As Report
Dim value As IList(Of DataSource)
value = instance.DataSources
instance.DataSources = value
public IList<DataSource> DataSources { get; set; }
public:
virtual property IList<DataSource^>^ DataSources {
IList<DataSource^>^ get () sealed;
void set (IList<DataSource^>^ value) sealed;
}
abstract DataSources : IList<DataSource> with get, set
override DataSources : IList<DataSource> with get, set
final function get DataSources () : IList<DataSource>
final function set DataSources (value : IList<DataSource>)
Property Value
Type: System.Collections.Generic.IList<DataSource>
An IList<T> object.