Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
C1PrintDocument
.
.
::
.
.
PrintDialog Method
C1PrintDocument Class
See Also
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
C1PrintDocument Class
PrintDialog Overload
C1.C1Preview Namespace