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 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>
The data that is displayed as part of the report.