DataSets-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
ReadOnly Property DataSets As IList(Of DataSet)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'DataSet> ) > ) >
An IList<(Of <(<'T>)>)> object.