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 オブジェクト。