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