Click or drag to resize

StiReportPrintAsync Method (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 Task PrintAsync(
	PrinterSettings printerSettings
)

Parameters

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

Return Value

Type: Task

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintAsync(System.Drawing.Printing.PrinterSettings)"]

See Also