다음을 통해 공유


ReportSectionCollection.Item[Int32] 속성

정의

지정된 키에 있는 항목을 가져오거나 설정합니다.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportSection this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportSection

매개 변수

index
Int32

항목 인덱스입니다.

속성 값

지정된 이름이 있는 ReportSection 개체입니다.

적용 대상