views:

87

answers:

1

I have a report that via a text box property action triggers a drill-through report (and gives it two parameters (start date, end date)). That all works fine in the report designer, however after deploying the report on the server the pane in the drill-through reports is hidden. Is there a way I can change this behavior. Our users want the pane to be visible in the drill-through report.

A: 

Try to add to the Url (of the webservices server) &rc:Parameters=false

http://msdn.microsoft.com/en-us/library/ms152835.aspx

ykatchou