Delen via


ReportDataSource Constructor (String, DataTable)

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    dataSourceValue As DataTable _
)
'Usage
Dim name As String
Dim dataSourceValue As DataTable

Dim instance As New ReportDataSource(name, dataSourceValue)
public ReportDataSource (
    string name,
    DataTable dataSourceValue
)
public:
ReportDataSource (
    String^ name, 
    DataTable^ dataSourceValue
)
public ReportDataSource (
    String name, 
    DataTable dataSourceValue
)
public function ReportDataSource (
    name : String, 
    dataSourceValue : DataTable
)

Parameters

  • name
    The name of the data source, as specified in the report definition for the current report.
  • dataSourceValue
    A DataTable object that contains the data.

See Also

Reference

ReportDataSource Class
ReportDataSource Members
Microsoft.Reporting.WebForms Namespace