Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an ability to set output name pattern Reporting API #235

Open
natfirst opened this issue Dec 9, 2019 · 0 comments
Open

Add an ability to set output name pattern Reporting API #235

natfirst opened this issue Dec 9, 2019 · 0 comments
Assignees
Labels
type: enhancement New feature or request

Comments

@natfirst
Copy link
Member

natfirst commented Dec 9, 2019

Environment

Description of the bug or enhancement

Reporting API does not support cases when outputFileName set as a pattern

When trying to run the report from the screen by following code file name will be set as "${Root.miband.test.title}.docx" instead of the result of the script

reportGuiManager.printReport(
                report,
                ParamsMap.of("entities", reppoesTable.getItems().getItems()),
                null,
                "${Root.miband.test.title}.docx");

    }
@natfirst natfirst added the type: enhancement New feature or request label Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants