Package io.jmix.reportsflowui.runner
@NonNullApi
package io.jmix.reportsflowui.runner
-
ClassDescriptionClass is used to run a report using various additional criteria:
Report
entity or report codeReportTemplate
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 byParametersDialogShowMode
) Run a report synchronously or in the background (by default, a report runs synchronously)
Use theUiReportRunner
bean to obtain an instance of theFluentUiReportRunner
.Options that allow to show a dialog to input the report parameters or not.Class stores the information required for report running from UI.Interface is used for running reports from UI