ActiveReports 10
Print(DocumentModel,ReportModelBase,IApplicationContext,Boolean,Boolean,Boolean) Method

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.Viewer.Common Namespace > IPrintService Interface > Print Method : Print(DocumentModel,ReportModelBase,IApplicationContext,Boolean,Boolean,Boolean) Method
Syntax
'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
bool Print( 
   DocumentModel documentModel,
   ReportModelBase reportModel,
   IApplicationContext context,
   bool showPrintDialog,
   bool showPrintProgressDialog,
   bool usePrintingThread
)

Parameters

documentModel
reportModel
context
showPrintDialog
showPrintProgressDialog
usePrintingThread
See Also

Reference

IPrintService Interface
IPrintService Members
Overload List