print

Prints a report

Parameters

  1. controlId - ControlId of the report control, that you want to print

Example Usages

app.print(invoiceReport);

Return Values

Function does not explicitly produce return value.

Last updated