[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.Clone

Clone Method

Clone()

Creates a deep clone of this page, including its canvas fonts and all rendering properties.

Declaration
public override object Clone()
Returns
Type Description
object

A new Page instance with the same content and services as this page.

Overrides