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