Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Dineth
Starting Member
6 Posts |
Posted - 2005-03-31 : 05:54:45
|
Hi all,I want to know whether it is possible to have URL Access to the Reporting server from a Custom UI page.In this page you should be possible to give values of the report parameters.When the Report is generated page navigations should also be possible.ThanksDineth |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-03-31 : 12:24:37
|
Yes that is possible. You can read all about it in SQL Server Reporting Services Books Online.Tara |
 |
|
Dineth
Starting Member
6 Posts |
Posted - 2005-04-01 : 20:04:12
|
Thanks Tara.I managed to get it.But still some problems are there.First if my report is too long I have to scroll down to view the latter part.Those page navigation buttons in the toobar is not enabled(it considers the report as a single page , it seems). I want to know how to stop scroll bars apprearing and enable page navation.Secondly I need to add a tool button to print the report to the toolbox.Is this possbileThanks in advance.Dineth |
 |
|
jhermiz
3564 Posts |
Posted - 2005-04-02 : 22:16:33
|
quote: Originally posted by Dineth Thanks Tara.I managed to get it.But still some problems are there.First if my report is too long I have to scroll down to view the latter part.Those page navigation buttons in the toobar is not enabled(it considers the report as a single page , it seems). I want to know how to stop scroll bars apprearing and enable page navation.Secondly I need to add a tool button to print the report to the toolbox.Is this possbileThanks in advance.Dineth
You have to export the report to print. There is no support for client printing in reporting services.To disable scrolling you can put the report into a frame or a popup and disable any type of scroll bars. Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
 |
|
Dineth
Starting Member
6 Posts |
Posted - 2005-04-03 : 03:43:18
|
Hi ,Actually I disabled scroll bars and used a popup window to display the report.But still since the report is so long scroll bar appears.I guess. defining page breaks in the report template would be a solution for me..is it possible to instruct to enter a page break after each 10 rows of a table.Dineth |
 |
|
|
|
|