ReportDataSource 建構函式 (String, DataTable)
使用 Value 屬性中的 DataTable,建構具名資料來源。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
dataSourceValue As DataTable _
)
'用途
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
)
new :
name:string *
dataSourceValue:DataTable -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceValue : DataTable
)
參數
- name
型別:System.String
資料來源的名稱,如目前報表的報表定義所指定。
- dataSourceValue
型別:System.Data.DataTable
包含資料的 DataTable 物件。