Report.DataSets Property
Describes the data that is displayed as part of the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataSets As IList(Of DataSet)
Get
Set
'Usage
Dim instance As Report
Dim value As IList(Of DataSet)
value = instance.DataSets
instance.DataSets = value
public IList<DataSet> DataSets { get; set; }
public:
virtual property IList<DataSet^>^ DataSets {
IList<DataSet^>^ get () sealed;
void set (IList<DataSet^>^ value) sealed;
}
abstract DataSets : IList<DataSet> with get, set
override DataSets : IList<DataSet> with get, set
final function get DataSets () : IList<DataSet>
final function set DataSets (value : IList<DataSet>)
Property Value
Type: System.Collections.Generic.IList<DataSet>
An IList<T> object.