다음을 통해 공유


ReportItemCollection.Item[Int32] 속성

정의

지정한 인덱스에 있는 항목을 가져옵니다.

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

매개 변수

index
Int32

항목의 인덱스입니다.

속성 값

지정한 인덱스에 있는 ReportItem입니다.

적용 대상