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

項目的索引。

屬性值

Object

具有指定之名稱的 Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionValue 物件。

適用於