birt
birt copied to clipboard
Eclipse BIRT™ The open source reporting and data visualization project.
BIRT shows the pallette view by default. However, when a new report is created, people should start creating a datasource and a dataview.
Solves [#1172](https://github.com/eclipse-birt/birt/issues/1172) TODO: BiRT Viewer can be migrated after [Axis2 migration](https://issues.apache.org/jira/browse/AXIS2-6051) will be completed
This replaces TAB characters with spaces when Data items contain TAB control characters, by replacing the TABs with spaces in the `transform` method.
When a data item contains text like (in Java/C/JS syntax) `"abc\tdef"` containing a horizontal tab character (U+0009), this breaks PDF/A conformance. I examined this in more detail. In the resulting...
I usually override the default [BIRT built in styles](https://forums.opentext.com/forums/developer/discussion/58256/birt-exturnal-css) simply by defining them in the stylesheet that I include in the report. The table related styles work well but none...
When using a connection profile the report designer keeps saving these details in the .rptdesign file. I believe it sould not save them in the .rptdesign as long they are...
Tracks the release engineering activities for the 4.18 release. ### Opening actions - [x] Update version numbers - [X] Create Milestone 4.19 in Github - [X] Move 4.17 open issues...
### Discussed in https://github.com/eclipse-birt/birt/discussions/1849 Originally posted by **MotasemSH** August 13, 2024 Hi all I am developing a BIRT report, when an error shows up that something is wrong with the...
Try to allow optimization during runtime, as per findings of the issue #2202