Click here to Skip to main content
16,014,677 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have customers that require unique summary billing statements. I have created a report project with a base report showing the following
SQL
SELECT Customerid     
      , name	AS Name
      , Report_Name
FROM dbo.customer_summary_Billing
I would like to be able to click on the report name, and have a action that will go to that report. When editing the Text Box properties, action tab, Go to report, expression for the report name = Fields!Report_Name.Value

I get an error: report cannot be complied. Verify the report name and that the report is in the current project. BUT IT IS?

Can anyone help me with this issue?
THANKS!

Sharon
Posted
Updated 19-May-14 10:23am
v2

1 solution

Try to give the entire path in the expression.

http://servername/ReportServername/Pages/ReportViewer.aspx?%2fReportname[^]


above example will give you the complete url for the selected report. try that and let me know if you have any issues
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900