Showing posts with label screen. Show all posts
Showing posts with label screen. Show all posts

Sunday, March 11, 2012

Back Button : Going back to parent report from the child report in Report Manager screen

Hi,
In my report manager screen, i want to place the back button option by which user can navigate to the parent report?
For example, I am viewing the orders screen(parent report), in that screen i am clicking the orderid column, it navigates to another report(child report), from which i want to go back to parent report..
I am not using the reportviewer control...
i am using only the report manager....
is it possible?
how do we achieve this?

thanks in advance

Have you figured a way to do this? I am trying to do the same thing.

Thanks,

|||It is possible using Jump To Report functionality

Back Button : Going back to parent report from the child report in Report Manager screen

Hi,
In my report manager screen, i want to place the back button option by which user can navigate to the parent report?
For example, I am viewing the orders screen(parent report), in that screen i am clicking the orderid column, it navigates to another report(child report), from which i want to go back to parent report..
I am not using the reportviewer control...
i am using only the report manager....
is it possible?
how do we achieve this?

thanks in advance

Have you figured a way to do this? I am trying to do the same thing.

Thanks,

|||It is possible using Jump To Report functionality

Sunday, February 12, 2012

Autosize reportviewer control

I want the reportviewer to display the report exactly over the entire screen. If I try to use "width=100%", the report viewer control expands beyond the screen area making us to scroll to view the "View Report" button. However, in the report manager, the same report gets displayed exactly occupying the screen size no matter what resolution the screen size is.

How is it done?


Thanks.

You may be running into doctype issues in your html. Xhtml interprets percentage width and height differently than traditional html. If you are using xhtml, try removing the xhtml doctype specification from the beginning of your html file.|||

Hi cvajre

I have same problem. did you find a solution?

Thanks..

|||

Hi,

I think by setting the width we can control the size of the reportviewer control not the report data itself.

By setting the width to 100%, we can arrange the width of the area which includes the parameters, the view report button, paging control, export and the print controls. Not the report area. I mean we can not configure the width of the Reserved.ReportViewerWebControl.axd.

One way of doing this can be using the Layout properties of the report. But you can use fix width then, not a percentage usage can be configured here.

One idea is using XSLT to transform the output data as html within a table of width 100%.

Eralper

Autosize reportviewer control

I want the reportviewer to display the report exactly over the entire screen. If I try to use "width=100%", the report viewer control expands beyond the screen area making us to scroll to view the "View Report" button. However, in the report manager, the same report gets displayed exactly occupying the screen size no matter what resolution the screen size is.

How is it done?


Thanks.

You may be running into doctype issues in your html. Xhtml interprets percentage width and height differently than traditional html. If you are using xhtml, try removing the xhtml doctype specification from the beginning of your html file.|||

Hi cvajre

I have same problem. did you find a solution?

Thanks..

|||

Hi,

I think by setting the width we can control the size of the reportviewer control not the report data itself.

By setting the width to 100%, we can arrange the width of the area which includes the parameters, the view report button, paging control, export and the print controls. Not the report area. I mean we can not configure the width of the Reserved.ReportViewerWebControl.axd.

One way of doing this can be using the Layout properties of the report. But you can use fix width then, not a percentage usage can be configured here.

One idea is using XSLT to transform the output data as html within a table of width 100%.

Eralper

Autosize reportviewer control

I want the reportviewer to display the report exactly over the entire screen. If I try to use "width=100%", the report viewer control expands beyond the screen area making us to scroll to view the "View Report" button. However, in the report manager, the same report gets displayed exactly occupying the screen size no matter what resolution the screen size is.

How is it done?


Thanks.

You may be running into doctype issues in your html. Xhtml interprets percentage width and height differently than traditional html. If you are using xhtml, try removing the xhtml doctype specification from the beginning of your html file.|||

Hi cvajre

I have same problem. did you find a solution?

Thanks..

|||

Hi,

I think by setting the width we can control the size of the reportviewer control not the report data itself.

By setting the width to 100%, we can arrange the width of the area which includes the parameters, the view report button, paging control, export and the print controls. Not the report area. I mean we can not configure the width of the Reserved.ReportViewerWebControl.axd.

One way of doing this can be using the Layout properties of the report. But you can use fix width then, not a percentage usage can be configured here.

One idea is using XSLT to transform the output data as html within a table of width 100%.

Eralper