Yes, but were are these settings configured..... in a config file on the web
server?
Joshua
You can set DeviceInfo params on the URL, when rendering with the SOAP API,
and in RS2005 they can be set in the server configuration file.
Please refer to this doc page for more info:
http://msdn2.microsoft.com/en-us/library/ms155397(sql.90).aspx
Best,
-Chris
SQL Server Reporting Services
> Yes, but were are these settings configured..... in a config file on the
> web
[quoted text clipped - 16 lines]
>> > about setting a parameter in the device info... Where is the device
>> > info??????? Any help would be greatly appreciated...
Edgar - 07 Aug 2006 15:23 GMT
Hi Chris,
I am dealing with this same issue, but in RS 2000.
Do you mean with your last answer that it is not possible to change the
RSReportServer.config file for RS 2000?
If so, what other method do you recommend to accomplish this?

Signature
Thanks,
Edgar
> You can set DeviceInfo params on the URL, when rendering with the SOAP API,
> and in RS2005 they can be set in the server configuration file.
[quoted text clipped - 27 lines]
> >> > about setting a parameter in the device info... Where is the device
> >> > info??????? Any help would be greatly appreciated...
Edgar - 10 Aug 2006 16:43 GMT
I already figured this out.
It is not possible to change the RSReportServer.config file for RS 2000.
However you can call the report by URL or Web service call and specify the
NoHeader property. &rc%3aNoHeader=True
Here is an example:
http://OurServer/ReportServer?%2fReportFolderName%2fRpt_402_StockList&rs%3aCommand=Render&rs%3aFormat=CSV&rc%3aReplacementRoot=http%3a%2f%2fOurServer%2fReports%2fPages%2fReport.aspx%3fServerUrl%3d&rc%3aToolbar=True&rc%3aJavaScript=True&rc%3aLinkTarget=_top&rc%3aArea=Report&rc%3aNoHeader=True

Signature
Thanks,
Edgar
> Hi Chris,
>
[quoted text clipped - 35 lines]
> > >> > about setting a parameter in the device info... Where is the device
> > >> > info??????? Any help would be greatly appreciated...