Click or drag to resize

StiReportPrint Method (PrinterSettings)

Prints the rendered report without print dialog. 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(
	PrinterSettings printerSettings
)

Parameters

printerSettings
Type: System.Drawing.PrintingPrinterSettings
Specifies information about how a document is printed, including the printer that prints it.
See Also