Exago .NET API Documentation
Rename(ReportObject,String,String) Method
WebReports.Api.Reports Namespace > ReportObjectFactory Class > Rename Method : Rename(ReportObject,String,String) Method
The report object that is to be renamed.
The new path and name of the report.

Optional user-defined data string to pass along with the report.

This feature is deprecated.
Rename a ReportObject with a new path and name.
Syntax
public void Rename( 
   ReportObject reportObject,
   System.string newName,
   System.string udfData
)

Parameters

reportObject
The report object that is to be renamed.
newName
The new path and name of the report.
udfData

Optional user-defined data string to pass along with the report.

This feature is deprecated.
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members
Overload List