Share via


GroupExpressionValueCollection.Item[Int32] 속성

정의

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

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

매개 변수

index
Int32

항목의 인덱스입니다.

속성 값

지정된 이름이 있는 Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionValue 개체입니다.

적용 대상