GroupExpressionCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

index
Int32

The index of the item.

Property Value

A GroupExpressionCollection object that has the specified name.

Applies to