Partager via


Propriété IReportData.DataSets

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
ReadOnly Property DataSets As IList(Of DataSet)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

IReportData Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel