SubreportProcessingEventArgs.DataSources-Eigenschaft
Gibt eine Auflistung von Datenquellen für den Unterbericht zurück.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public ReadOnly Property DataSources As ReportDataSourceCollection
public ReportDataSourceCollection DataSources { get; }
public:
property ReportDataSourceCollection^ DataSources {
ReportDataSourceCollection^ get ();
}
member DataSources : ReportDataSourceCollection with get
function get DataSources () : ReportDataSourceCollection
Eigenschaftswert
Typ: Microsoft.Reporting.WebForms.ReportDataSourceCollection
Eine Auflistung von ReportDataSource-Objekten.