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 개체입니다.