My .rpt files are all currently on the C:\ of my development machine. so the paths to the report are set 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 reports.
This might be a programming question so I am posting it on the .NET forum as well.
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 reports.
This might be a programming question so I am posting it on the .NET forum as well.
Thx