Właściwość IReportData.DataSets
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
ReadOnly Property DataSets As IList(Of DataSet)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.Generic.IList<DataSet>
IList<T> Obiektu.
Zobacz także