Package io.jmix.reports.runner


@NonNullApi package io.jmix.reports.runner
  • Class
    Description
    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
    Use the ReportRunner bean to obtain an instance of the FluentReportRunner.
    Class stores the following information required for report running: Report entity ReportTemplate entity: if not specified the default template is used Input parameters Type of output document Output name pattern
    The instance of the class may be created using the constructor or using the ReportRunner bean.
    Interface is used for running reports