Udostępnij przez


Właściwość Report.DataSources

Opis źródła danych, z których podjęto zestawy danych dla tego raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DataSources As IList(Of DataSource)
    Get
    Set
'Użycie
Dim instance As Report
Dim value As IList(Of DataSource)

value = instance.DataSources

instance.DataSources = value
public IList<DataSource> DataSources { get; set; }
public:
virtual property IList<DataSource^>^ DataSources {
    IList<DataSource^>^ get () sealed;
    void set (IList<DataSource^>^ value) sealed;
}
abstract DataSources : IList<DataSource> with get, set
override DataSources : IList<DataSource> with get, set
final function get DataSources () : IList<DataSource>
final function set DataSources (value : IList<DataSource>)

Wartość właściwości

Typ: System.Collections.Generic.IList<DataSource>
IList<T> Obiektu.

Implementacje

IReportData.DataSources