Proprietà Report.DataSets

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

Valore proprietà

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

Implementa

IReportData.DataSets

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel