@NonNullApi
Interface | Description |
---|---|
UiReportRunner |
Interface is used for running reports from UI
|
Class | Description |
---|---|
FluentUiReportRunner |
Class is used to run a report using various additional criteria:
Report entity or report code
ReportTemplate entity or template code: if none of these fields is set, the default template is used.
Output type
Output name pattern
Input parameters
Screen: screen or screen fragment from which the report runs
Show a dialog to input the report parameters (defined by ParametersDialogShowMode )
Run a report synchronously or in the background (by default, a report runs synchronously)
Use the UiReportRunner bean to obtain an instance of the FluentUiReportRunner . |
UiReportRunContext |
Class stores the information required for report running from UI.
|
Enum | Description |
---|---|
ParametersDialogShowMode |
Options that allow to show a dialog to input the report parameters or not.
|