Shows the standard print dialog, allowing the user to print the current document.

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

Syntax

C#
public bool PrintDialog()
Visual Basic
Public Function PrintDialog As Boolean

Return Value

true if the document was printed, false otherwise.

See Also