Click or drag to resize

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
)

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