Właściwość Report.DataSets
Opisuje dane wyświetlane jako część raportu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property DataSets As IList(Of DataSet)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<DataSet>
IList<T> Obiektu.