C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / PrintDialog Method / PrintDialog() Method

In This Topic
PrintDialog() Method
In This Topic
Shows the standard print dialog, allowing the user to print the current document.
Syntax
'Declaration
 
Public Overloads Function PrintDialog() As System.Boolean
 

Return Value

true if the document was printed, false otherwise.
Remarks
This method is a shortcut to the corresponding PrintDialog(...) method on the C1Document property of the current report. The report will be rendered if it was not rendered yet.
See Also