ModelOperationsCollection.Item[Int32] Property

Definition

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

Parameters

index
Int32

The zero-based index of the ModelOperation to get.

Property Value

A ModelOperation object from the collection.

Applies to