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 对象。

适用于