Report.DataSources Свойство

Определение

Возвращает или задает источники данных, из которых извлекаются наборы данных для отчета.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSource ^> ^ DataSources { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSource ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataSource ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.DataSource>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataSource> DataSources { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.DataSource>))>]
member this.DataSources : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataSource> with get, set
Public Property DataSources As IList(Of DataSource)

Значение свойства

Источники данных, из которых извлекаются наборы данных для отчета.

Атрибуты

Применяется к