ActionCollection.Item[Int32] Property

Definition

Gets an item at the specified index.

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

Parameters

index
Int32

The index of the item.

Property Value

Action

An Action object at the specified index.

Applies to