ActionCollection.Item[Int32] Proprietà

Definizione

Ottiene un elemento all'indice specificato.

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

Parametri

index
Int32

Indice dell'elemento.

Valore della proprietà

Un Action oggetto all'indice specificato.

Si applica a