GroupExpressionValueCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

index
Int32

The index of the item.

Property Value

A Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionValue object that has the specified name.

Applies to