Compartilhar via


Método ReportOperationsCollection.Add

Adds an object to the end of the ReportOperationsCollection.

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 Function Add ( _
    operation As ReportOperation _
) As Integer
'Uso
Dim instance As ReportOperationsCollection 
Dim operation As ReportOperation 
Dim returnValue As Integer 

returnValue = instance.Add(operation)
public int Add(
    ReportOperation operation
)
public:
int Add(
    ReportOperation operation
)
member Add : 
        operation:ReportOperation -> int
public function Add(
    operation : ReportOperation
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The position into which the new report operation was inserted.

Consulte também

Referência

ReportOperationsCollection Classe

Namespace Microsoft.ReportingServices.Interfaces