Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a report data source.
Overload List
| Name | Description | 
|---|---|
| ReportDataSource () | 
Constructs an empty data source.
 | 
| ReportDataSource (String) | 
Constructs a named data source.
 | 
| ReportDataSource (String, DataTable) | |
| ReportDataSource (String, IDataSource) | 
Constructs a named data source with an IDataSource in the Value property.
 | 
| ReportDataSource (String, IEnumerable) | 
Constructs a named data source with an IEnumerable in the Value property.
 | 
| ReportDataSource (String, Object) | 
Constructs a named data source with a value.
 | 
| ReportDataSource (String, String) | 
Constructs a named data source with a data source ID.
 | 
See Also
Reference
ReportDataSource Class
ReportDataSource Members
Microsoft.Reporting.WebForms Namespace