Lingua

ReportOperationsCollection.Add(ReportOperation) Metodo

Definizione

Aggiunge un oggetto alla fine dell'oggetto ReportOperationsCollection.

public:
 int Add(Microsoft::ReportingServices::Interfaces::ReportOperation operation);
public int Add(Microsoft.ReportingServices.Interfaces.ReportOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.ReportOperation -> int
Public Function Add (operation As ReportOperation) As Integer

Parametri

operation
ReportOperation

L'operazione di report per aggiungere alla collezione.

Valori restituiti

La posizione in cui è stata inserita la nuova operazione del rapporto.

Si applica a