Exago .NET API Documentation
Copy Method (ReportObjectFactory)
WebReports.Api.Reports Namespace > ReportObjectFactory Class : Copy Method
Copy (duplicate) a report in the repository from one location to another.
Overload List
OverloadDescription
Make a copy of name with the name newName  
Copy an existing report object in the report repository into another location in the report repository.  
Exceptions
ExceptionDescription
System.NullReferenceException is thrown if a report with the same name already exists with newName.
WrUserMessage will be thrown if the user with Storage Management identity does not have CanCopy access to the content item being copied; if access to the report is denied (e.g. the current user does not have the ability to create or edit the particular report type being copied); or if the newName of the report duplicates an existing report name in the desination.
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members