Creates an instance of the document that is stored in the current visited document.

Note that if the current visited document is linked with the document that is currently open in the preview pane, that document object is returned.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public Object CreateDocument()
Visual Basic
Public Function CreateDocument As Object

Return Value

The created document.

See Also