Showing posts with label directly. Show all posts
Showing posts with label directly. Show all posts

Friday, March 23, 2012

Link directly to PDF version?

I'd like to be able to give users a link that will take them directly to
the PDF version of a report without ever seeing the interactive reports
server pages or having to use the export command manually. The PDF would
have to be freshly generated each time, rather than simply linking to
the PDF output from a subscription delivery.
Is this possible?Yes by using the Format command set to PDF, e.g.:
http://servername/reportserver?/SampleReports/Company
Sales&rs:Format=PDF&rs:Command=Render
If you want to avoid report session caching and generate the report anew
with each user requests, append rs:ClearSession=true to the URL link.
--
Hope this helps.
---
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
http://www.prologika.com
"JC Ford" <johncford@.hotmail.com> wrote in message
news:OGb6H15fEHA.1048@.tk2msftngp13.phx.gbl...
> I'd like to be able to give users a link that will take them directly to
> the PDF version of a report without ever seeing the interactive reports
> server pages or having to use the export command manually. The PDF would
> have to be freshly generated each time, rather than simply linking to
> the PDF output from a subscription delivery.
> Is this possible?sql

Friday, March 9, 2012

Limiting Access with Forms Authentication

All,
I have successfully implemented a forms authentication model for
reporting services in our dev environment. I took the code directly
from the MSDN whitepaper "Using Forms Authentication in Reporting
Services", although I did modify the authentication portion to use an
in house Oracle solution. How do I go about ensuring that only certain
groups (departments) have access to certain folders in the report
manager? Is this possible with a forms authentication solution?
ThanksSearch the below URL for 'forms authentication groups'. I found quite a few
results:
http://groups-beta.google.com/group/microsoft.public.sqlserver.reportingsvcs
Adrian M.
MCP
"Will" <wlansing@.rlcarriers.com> wrote in message
news:1109799138.404265.258540@.z14g2000cwz.googlegroups.com...
> All,
> I have successfully implemented a forms authentication model for
> reporting services in our dev environment. I took the code directly
> from the MSDN whitepaper "Using Forms Authentication in Reporting
> Services", although I did modify the authentication portion to use an
> in house Oracle solution. How do I go about ensuring that only certain
> groups (departments) have access to certain folders in the report
> manager? Is this possible with a forms authentication solution?
> Thanks
>