Freigeben über


IReportData.DataSets-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the collection of dataset 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
ReadOnly Property DataSets As IList(Of DataSet)
    Get
'Usage
Dim instance As IReportData 
Dim value As IList(Of DataSet)

value = instance.DataSets
IList<DataSet> DataSets { get; }
property IList<DataSet^>^ DataSets {
    IList<DataSet^>^ get ();
}
abstract DataSets : IList<DataSet>
function get DataSets () : IList<DataSet>

Eigenschaftswert

Typ: System.Collections.Generic.IList<DataSet>
The collection of dataset.

Siehe auch

Verweis

IReportData Schnittstelle

Microsoft.ReportingServices.RdlObjectModel-Namespace