Partilhar via


Propriedade do RDL ModelOperationsCollection.Item

Returns a ModelOperation in the ModelOperationsCollection.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ModelOperation 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object from the collection.

Consulte também

Referência

ModelOperationsCollection Classe

Namespace Microsoft.ReportingServices.Interfaces