I have some crystal reports (.rpt files ) currently on the C:\ of my development machine. so the paths to the report are hard coded as
reportViewer.ReportSource = "C:\<my report>.rpt"
when I deploy my application, I assume I will have to change all the hardcoded paths again... It does not sound like good practice, so I was wondering if there is any way to set a virtual path to my report files? or a function to find the file given its name from a relative path maybe?
using VS .NET 2003, C#, ASP and Crystal Reports 8.1
Thx
reportViewer.ReportSource = "C:\<my report>.rpt"
when I deploy my application, I assume I will have to change all the hardcoded paths again... It does not sound like good practice, so I was wondering if there is any way to set a virtual path to my report files? or a function to find the file given its name from a relative path maybe?
using VS .NET 2003, C#, ASP and Crystal Reports 8.1
Thx