ResourceOperationsCollection.Add(ResourceOperation) Method

Definition

Adds an object to the end of the ResourceOperationsCollection.

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

Parameters

operation
ResourceOperation

The resource operation to add to the collection.

Returns

The position into which the new resource operation was inserted.

Applies to