Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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>
The data sources from which data sets are taken for this report.