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

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

Syntax
C++
C#
Visual Basic
public: void Print( bool showPrintDialog, int fromPage, int toPage, int copies );
Parameters
Parameters 
Description 
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.