Freigeben über


Report.DataSets-Eigenschaft

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>)

Eigenschaftswert

Typ: System.Collections.Generic.IList<DataSet>
The data that is displayed as part of the report.

Implementiert

IReportData.DataSets

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace