ReportOperationsCollection.Add(ReportOperation) Method

Definition

Adds an object to the end of the 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

Parameters

operation
ReportOperation

The report operation to add to the collection.

Returns

The position into which the new report operation was inserted.

Applies to