ModelOperationsCollection.Item Property
Returns a ModelOperation in the ModelOperationsCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ModelOperation
Get
'Usage
Dim instance As ModelOperationsCollection
Dim index As Integer
Dim value As ModelOperation
value = instance(index)
public ModelOperation this[
int index
] { get; }
public:
property ModelOperation default[int index] {
ModelOperation get (int index);
}
member Item : ModelOperation
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The zero-based index of the ModelOperation to get.
Property Value
Type: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object from the collection.