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

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

Syntax
C++
C#
Visual Basic
public: void Print( StiReport report, bool showPrintDialog, int fromPage, int toPage, short copies, PrinterSettings printerSettings );
Parameters
Parameters 
Description 
report 
Rendered report for printing. 
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. 
printerSettings 
Specifies information about how a document is printed, including the printer that prints it. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.