I have one solution with two report projects. One project contains a main report that has been deployed to a report server. The other project contains a drill through report and has been deployed to a sub folder on the same report server.
On the main report I create a drill through report action with the following report path:
.../Sub folder/Drill Through Report
When I run the report preview in VS2008 and click on the drill through action I get the error:
An error occured during local report processing.
The report definitition for report '/.../Sub Folder/Drill Through Report' has not been specified
Could not find a part of the path '<project path>\bin\Sub folder\Drill Through Report.rdl'
I can deploy the both reports to the report server and the drill through works in report manager fine.
Have tried to follow instructions as per:
http://msdn.microsoft.com/en-us/library/ms159847(v=sql.100).aspx
I get the same errors as reported in the comments: when using the documented relative path the report will not build due the backslashes, if I congure absolute path it prefixes a forward slash and will not preview.
Is there any way of configuring the drill through report action so that I can preview the report in VS2008?