Hi,
In Active Reports,I have been trying Pages as tabs,but its not working out
I have tried with the report properties 'Pages as tabs - Yes', but is working in Reports not in Active Reports.
Kindly let me know what properties do i need to change in order to get the pages as tabs?
As of now i have 3 pages.
Thanks in Advance.
Quote from: Pratap Reddy on 27 Dec 2017 10:50:18 PM
Hi,
In Active Reports,I have been trying Pages as tabs,but its not working out
I have tried with the report properties 'Pages as tabs - Yes', but is working in Reports not in Active Reports.
Kindly let me know what properties do i need to change in order to get the pages as tabs?
As of now i have 3 pages.
Thanks in Advance.
Hi,
If this really is an Active Report, you're using a flawed approach here. Active Reports render as an MHT file, and only the first page of the report is rendered into that output. Any subsequent pages are ignored. If you really want tabs, add a Tab Control to your first page, define three tabs for it, and move the content from your three pages into the tabs of the tab control.
Cheers!
MF.
You might want to review some of the available resources about active report development.
https://www.ibm.com/developerworks/data/library/cognos/reporting/active_report/page593.html
https://www.ibm.com/support/knowledgecenter/en/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ug_cr_rptstd.doc/c_cr_rptstd_rpt_apps.html
Thank You MFGF and Lynn.