mysql - Allowing user to select report parameter in BIRT -


how build birt reports parameters view page:instead of birts default input box, here user provides required parameter codeigniter view page.i have built view page input parameter. have used , tested birts feature allow user input! want input form codeigniter controller. in advance

if understand correctly, want run birt report directly application without using birt default window filling out report filters (parameters). can done specifying report parameters within url calling birt report.

example: http:// host : port /birt/run?__report=report_name.rptdesign&parameter1=parameter1value&parameter2=parameter2value...


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -