Focusing Dynamic Report
Ramya
cbe
Hi,
I have the below problem in my report.
I am generating the report dynamically from the code. I am using Asp.Net with C#. I could not find any thing regarding this in the demo.
After generating am opening the report by giving report.Show().
In this my problem is
1. The fast report preview window is opening behind the main window. But I want it above the main above. How to bring that?
2. I want to hide the edit button in the fast report preview. How to do this?
3. Is there any option to like "Fit to window" to fit the content in a single page.
Please help.
Thank you.
Ramya
I have the below problem in my report.
I am generating the report dynamically from the code. I am using Asp.Net with C#. I could not find any thing regarding this in the demo.
After generating am opening the report by giving report.Show().
In this my problem is
1. The fast report preview window is opening behind the main window. But I want it above the main above. How to bring that?
2. I want to hide the edit button in the fast report preview. How to do this?
3. Is there any option to like "Fit to window" to fit the content in a single page.
Please help.
Thank you.
Ramya
Comments
If you use Asp.Net, you have to use WebReport component instead of Report. The Report.Show method is for WinForms. Read about it in the programmer's manual.