You are here: Symbol Reference > Stimulsoft.Report.Print Namespace > IStiWpfPrintProvider Interface > IStiWpfPrintProvider Methods > Print Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
IStiWpfPrintProvider.Print Method

Prints the rendered report. If the report is not rendered then its rendering starts.

Syntax
C++
C#
Visual Basic
void Print( object printTicketObject, bool showPrintDialog, int fromPage, int toPage, int copies, string printerName );
Parameters
Parameters 
Description 
printTicketObject 
Specifies information about how a document is printed. 
showPrintDialog 
Show the print dialog or no. 
fromPage 
Number of the first page to print. Starts from 1. 
toPage 
Number of the last page to print. Starts from 1. 
copies 
Number of copies to print. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.