COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: ravikrsingh on 22 Jan 2014 09:03:56 AM

Title: How to set the page size of a drill through definitions page
Post by: ravikrsingh on 22 Jan 2014 09:03:56 AM
Hi All,
How can I set the size the of report which will be basically a drill through report. And it will open in a new window with a pre specified height and width.
Title: Re: How to set the page size of a drill through definitions page
Post by: CognosPaul on 22 Jan 2014 09:11:24 AM
The definitions of the new window are hardcoded into the internal JS files. Unfortunately there's no way to modify those from inside a report. Instead I'd recommend using the cognosLaunchInWindow JS method, as that gives you full control over all aspects of the report, including the frame name and frame properties.