Hey guys,I'm trying to add a link to a report that downloads the report itself to PDF. I'm using the following expression in the action for the text box:=iif(Fields!Policy_Status.Value = "In-Force","Globals!ReportServerUrl" & "?/ReportFolder/ReportName&rs:Command=Render&policyno=" & Fields!Policy_No.Value & "&rs:Format=PDF",nothing)This works if the user has been granted access to SSRS explicitly, but if the user is accessing the reports through a ReportViewer control in a web app they get an access denied error (which makes sense).Has anyone tried implementing a similar process for rendering a report to PDF?I'm using SSRS 2012.Chris
↧