Share via


ReportDataSource Constructor

 

Constructs a report data source.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Overload List

Name Description
System_CAPS_pubmethod ReportDataSource()

Constructs an empty data source.

System_CAPS_pubmethod ReportDataSource(String)

Constructs a named data source.

System_CAPS_pubmethod ReportDataSource(String, BindingSource)

Constructs a named data source with a BindingSource object in the Value property.

System_CAPS_pubmethod ReportDataSource(String, DataTable)

Constructs a named data source with a DataTable object in the Value property.

System_CAPS_pubmethod ReportDataSource(String, IEnumerable)

Constructs a named data source with an IEnumerable object in the Value property.

System_CAPS_pubmethod ReportDataSource(String, Object)

Constructs a named data source with a value.

System_CAPS_pubmethod ReportDataSource(String, Type)

Constructs a named data source with the Value property initialized as a particular type.

See Also

ReportDataSource Class
Microsoft.Reporting.WinForms Namespace

Return to top