ReportDataSource-Klasse
Represents a data source for a report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
'Usage
Hinweise
The ReportDataSource class is used with the DataSources collection of a LocalReport object to add one or more required data sources to a local report. This is necessary when programmatically adding a report to the ReportViewer control.
Beispiel
Please see LocalReport for code examples.
Vererbungshierarchie
System.Object
Microsoft.Reporting.WebForms.ReportDataSource
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.
Siehe auch
Verweis
ReportDataSource-Member
Microsoft.Reporting.WebForms-Namespace