다음을 통해 공유


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
    데이터 소스의 이름입니다.

참고 항목

참조

ReportDataSource 클래스

ReportDataSource 오버로드

Microsoft.Reporting.WebForms 네임스페이스