Click or drag to resize

StiReportPrint Method (Boolean, PrinterSettings)

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

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Print(
	bool showPrintDialog,
	PrinterSettings printerSettings
)

Parameters

showPrintDialog
Type: SystemBoolean
If a parameter is true then the print dialog will be shown.
printerSettings
Type: System.Drawing.PrintingPrinterSettings
Specifies information about how a document is printed, including the printer that prints it.
See Also