CompiledParagraphInstanceCollection.Item[Int32] 속성

정의

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

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

매개 변수

i
Int32

항목의 인덱스입니다.

속성 값

지정한 인덱스에 있는 CompiledParagraphInstance 개체입니다.

적용 대상