IStiWpfPrintProviderPrint Method |
Prints the rendered report. If the report is not rendered then its rendering starts.
Namespace:
Stimulsoft.Report.Print
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax void Print(
Object printTicketObject,
bool showPrintDialog,
int fromPage,
int toPage,
int copies,
string printerName
)
Sub Print (
printTicketObject As Object,
showPrintDialog As Boolean,
fromPage As Integer,
toPage As Integer,
copies As Integer,
printerName As String
)
Parameters
- printTicketObject
- Type: SystemObject
Specifies information about how a document is printed. - 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
[Missing <param name="printerName"/> documentation for "M:Stimulsoft.Report.Print.IStiWpfPrintProvider.Print(System.Object,System.Boolean,System.Int32,System.Int32,System.Int32,System.String)"]
See Also