Prints the currently opened document(section or page).
Syntax
'Declaration
Overloads Function Print( _
ByVal As DocumentModel, _
ByVal As ReportModelBase, _
ByVal As IApplicationContext, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
bool Print(
DocumentModel ,
ReportModelBase ,
IApplicationContext ,
bool ,
bool ,
bool
)
Parameters
- documentModel
- Document model.
- reportModel
- Report instance.
- context
- Application context.
- showPrintDialog
- if true Print Dialog will be shown, otherwise not.
- showPrintProgressDialog
- if true Print Progress Dialog will be shown, otherwise not.
- usePrintingThread
- if true Printing Thread will be used, otherwise not.
See Also