Share via


ReportDataSource Constructor (String)

 

Constructs a named data source.

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

Syntax

public ReportDataSource(
    string name
)
public:
ReportDataSource(
    String^ name
)
new : 
        name:string -> ReportDataSource
Public Sub New (
    name As String
)

Parameters

See Also

ReportDataSource Overload
ReportDataSource Class
Microsoft.Reporting.WinForms Namespace

Return to top