Partager via


Propriété Report.DataSets

Gets or sets the data 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
Public Property DataSets As IList(Of DataSet)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Implémente

IReportData.DataSets

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel