IReportData.DataSets Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection de datasets affichée dans le cadre du rapport.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSet ^> ^ DataSets { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSet ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataSet> DataSets { get; }
member this.DataSets : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataSet>
Public ReadOnly Property DataSets As IList(Of DataSet)
Valeur de propriété
Collection de jeux de données.