Hi,
The MVC viewer ReportSource Uri will expose the physical path of the report in the html source.Is there a way to hide this info?
Uri = Server.MapPath(
"~/ReportFiles/VehicleMaintenanceReport.trdp"
)
This would produce the following viewer options in the html:
"report"
:
"D:\\My Documents\\Visual Studio 2013\\Projects\\MyProject\\ReportFiles\\VehicleMaintenanceReport.trdp"
Thanks
Madani