all groups > sql server reporting services > june 2005 >
You're in the

sql server reporting services

group:

How do I get the HTML Viewer toolbar to display using Web Services


How do I get the HTML Viewer toolbar to display using Web Services Exo Nimbus
6/13/2005 1:56:01 PM
sql server reporting services: I am using web services to connect to an instance of RS behind a firewall.
I need to give my users the abilty to view the reports one page at a time but
cannot get the toolbar to display when rendering programmatically through
SOAP. The Export Dropdown is also required just like the Report Manager has
it. Could you please suggest how to achieve that while connecting to a
machine behind a firewall and using web services?

Thank you in advance.

Exo Nimbus
RE: How do I get the HTML Viewer toolbar to display using Web Services Mary Bray [SQL Server MVP]
6/13/2005 10:30:05 PM
Use the DeviceInfo parameter of the Render method - pass a string like
"<DeviceInfo><Toolbar>True</Toolbar></DeviceInfo>"

[quoted text, click to view]
Re: How do I get the HTML Viewer toolbar to display using Web Services TechnoSpyke
7/12/2005 11:13:22 AM
The toolbar will not show when using WebServices Render method. Not even
the DeviceInfo Toolbar setting will do this. When using SOAP, only the
first page of the report will be rendered if the DeviceInfo Toolbar setting
is set to True. If set to False, all pages will be rendered but will be
shown on one html page.

You will have to build your own toolbar to render/navigate to succeeding
pages.

Marlon

"Mary Bray [SQL Server MVP]"
[quoted text, click to view]

Re: How do I get the HTML Viewer toolbar to display using Web Serv Dmitry
9/22/2005 5:36:03 PM
I get all pages rendered in a single HTML document. How do I make it render
only a particular page so that I can implement such a toolbar? Also how can I
obtain page count in the rendered report?

[quoted text, click to view]
AddThis Social Bookmark Button