Proprietà IReportData.DataSets

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the collection of dataset that is displayed as part of the report.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
ReadOnly Property DataSets As IList(Of DataSet)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

IReportData Interfaccia

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel