ActionCollection.Item[Int32] Property

Definition

Gets an item from the collection at the specified index.

public:
 property Microsoft::ReportingServices::ReportRendering::Action ^ default[int] { Microsoft::ReportingServices::ReportRendering::Action ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.Action this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.Action
Default Public ReadOnly Property Item(index As Integer) As Action

Parameters

index
Int32

The zero-based index of the Action object to get in the collection.

Property Value

An Action object.

Applies to