ReportDataSource Constructor
Constructs a report data source.
Overload List
Name | Description |
---|---|
ReportDataSource () |
Constructs an empty data source.
|
ReportDataSource (String) |
Constructs a named data source.
|
ReportDataSource (String, BindingSource) |
Constructs a named data source with a BindingSource object in the Value property.
|
ReportDataSource (String, DataTable) |
Constructs a named data source with a DataTable object in the Value property.
|
ReportDataSource (String, IEnumerable) |
Constructs a named data source with an IEnumerable object in the Value property.
|
ReportDataSource (String, Object) |
Constructs a named data source with a value.
|
ReportDataSource (String, Type) |
Constructs a named data source with the Value property initialized as a particular type.
|
See Also
Reference
ReportDataSource Class
ReportDataSource Members
Microsoft.Reporting.WinForms Namespace