'Declaration Overloads Function Print( _ ByVal documentModel As DocumentModel, _ ByVal reportModel As ReportModelBase, _ ByVal context As IApplicationContext, _ ByVal showPrintDialog As Boolean, _ ByVal showPrintProgressDialog As Boolean, _ ByVal usePrintingThread As Boolean _ ) As Boolean
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.