Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an object to the end of the CatalogOperationsCollection.
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 CatalogOperation _
) As Integer
'Usage
Dim instance As CatalogOperationsCollection
Dim operation As CatalogOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
CatalogOperation operation
)
public:
int Add(
CatalogOperation operation
)
member Add :
operation:CatalogOperation -> int
public function Add(
operation : CatalogOperation
) : int
Parameters
- operation
Type: Microsoft.ReportingServices.Interfaces.CatalogOperation
The catalog operation to add to the collection.
Return Value
Type: System.Int32
The position into which the new catalog operation was inserted.