ReportDataSourceCollection.Item 속성 (String)

지정한 이름과 일치하는 보고서 데이터 소스를 컬렉션에서 반환합니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public ReadOnly Default Property Item ( _
    name As String _
) As ReportDataSource
    Get
‘사용 방법
Dim instance As ReportDataSourceCollection
Dim name As String
Dim value As ReportDataSource

value = instance(name)
public ReportDataSource this[
    string name
] { get; }
public:
property ReportDataSource^ default[String^ name] {
    ReportDataSource^ get (String^ name);
}
member Item : ReportDataSource
JScript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

  • name
    유형: System.String
    컬렉션에서 검색할 보고서 데이터 소스의 이름입니다.

속성 값

유형: Microsoft.Reporting.WinForms.ReportDataSource
ReportDataSource 개체

참고 항목

참조

ReportDataSourceCollection 클래스

Item 오버로드

Microsoft.Reporting.WinForms 네임스페이스