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.
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.