Interface IReportClone
Defines a method to create a copy of a report object, promoting reusability and flexibility in report handling and manipulation.
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public interface IReportClone
  Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
object Clone()
  Returns
| Type | Description | 
|---|---|
| System.Object | An   |