I am using IReportEngine
to open a template report and IReportRunnable
to created the elements of the report. Then IRunAndRenderTask
to display the report and return it as HTML. what I don't know is how to add the Birt toolbar and the navigation bar to the generated report. Any idea or suggestion ?
Asked
Active
Viewed 87 times
0

user2208360
- 3
- 1
1 Answers
0
Both toolbar and pagination are components of the webviewer, not components of the BIRT engine API. If reports are generated with the report engine API, as far a i know there is no way to display these elements out-of-the-box: you need to implement your own toolbar and pagination widget.

Dominique
- 4,272
- 1
- 16
- 21
-
It makes sense. Thanks a lot – user2208360 Sep 24 '15 at 09:24