ClearGeneratedPages Method (C1Report)
In This Topic
Clears the pages and other info created during report generation. This method does not clear the report definition though.
Syntax
'Declaration
Public Sub ClearGeneratedPages()
public void ClearGeneratedPages()
See Also