ReportDataSource Constructor (String)
Constructs a named data source.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New ReportDataSource(name)
public ReportDataSource (
string name
)
public:
ReportDataSource (
String^ name
)
public ReportDataSource (
String name
)
public function ReportDataSource (
name : String
)
Parameters
- name
The name of the data source.
See Also
Reference
ReportDataSource Class
ReportDataSource Members
Microsoft.Reporting.WebForms Namespace