Konstruktor ReportDataSource — (String, String)
Constructs a named data source with a data source ID.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
dataSourceId As String _
)
public ReportDataSource(
string name,
string dataSourceId
)
public:
ReportDataSource(
String^ name,
String^ dataSourceId
)
new :
name:string *
dataSourceId:string -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceId : String
)
Parametry
- name
Typ: String
The name of the data source.
- dataSourceId
Typ: String
The ID of the data source.