ReportDataSource 建構函式 (String, String)
以資料來源識別碼來建構具名資料來源。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
dataSourceId As String _
)
'用途
Dim name As String
Dim dataSourceId As String
Dim instance As New ReportDataSource(name, dataSourceId)
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
)
參數
- name
型別:System.String
資料來源的名稱。
- dataSourceId
型別:System.String
資料來源的識別碼。