ModelItemOperationsCollection.Add(ModelItemOperation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a ModelItemOperation to the ModelItemOperationsCollection.
public:
int Add(Microsoft::ReportingServices::Interfaces::ModelItemOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.ModelItemOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.ModelItemOperation -> int
Public Function Add (operation As ModelItemOperation) As Integer
Parameters
- operation
- ModelItemOperation
A ModelItemOperation object.
Returns
The position into which the new ModelItemOperation was inserted.