Bagikan melalui


ModelOperationsCollection.Add Method

Adds a ModelOperation to the ModelOperationsCollection.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Function Add ( _
    operation As ModelOperation _
) As Integer
'Usage
Dim instance As ModelOperationsCollection 
Dim operation As ModelOperation 
Dim returnValue As Integer 

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

Parameters

Return Value

Type: System.Int32
An integer value representing the position into which the new ModelOperation was inserted.

See Also

Reference

ModelOperationsCollection Class

Microsoft.ReportingServices.Interfaces Namespace