You are here: Symbol Reference > Stimulsoft.Report.Print Namespace > StiWpfPrintProvider Class > StiWpfPrintProvider Methods > Print Method > Print Method (object, bool, int, int, int, string)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiWpfPrintProvider.Print Method (object, bool, int, int, int, string)

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

Syntax
C++
C#
Visual Basic
public: 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. 
printerName 
A name of a printer that will be used for printing. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.