ReportDataSource 생성자 (String)
명명된 데이터 소스를 생성합니다.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
Public Sub New ( _
name As String _
)
‘사용 방법
Dim name As String
Dim instance As New ReportDataSource(name)
public ReportDataSource(
string name
)
public:
ReportDataSource(
String^ name
)
new :
name:string -> ReportDataSource
public function ReportDataSource(
name : String
)
매개 변수
- name
유형: System.String
데이터 소스의 이름입니다.