Proprietà DataSets
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
ReadOnly Property DataSets As IList(Of DataSet)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'DataSet> ) > ) >
An IList<(Of <(<'T>)>)> object.
Vedere anche