StiReportPrintWithWpf Method (Boolean, Int32, Int32, Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void PrintWithWpf(
bool showPrintDialog,
int fromPage,
int toPage,
int copies,
string printerName
)
Public Sub PrintWithWpf (
showPrintDialog As Boolean,
fromPage As Integer,
toPage As Integer,
copies As Integer,
printerName As String
)
Parameters
- showPrintDialog
- Type: SystemBoolean
Show the print dialog or no. - fromPage
- Type: SystemInt32
Number of the first page to print. Starts from 1. - toPage
- Type: SystemInt32
Number of the last page to print. Starts from 1. - copies
- Type: SystemInt32
Number of copies to print. - printerName
- Type: SystemString
A name of a printer that will be used for printing.
See Also