Reports
-
Hi all... Beena while since my last post but here goes... I am busy with a report application and I need to add a Image Dynamicaly to the report. The image location should be stored in the app.config file and should be picked up automaticaly by the report when generated. Does anybody have an idea how to do this. I searched the net but didn't come across any articles that explans how to do this. Thanks in advance Steve
Stephen Lintott Bsc IT (RAU)
-
Hi all... Beena while since my last post but here goes... I am busy with a report application and I need to add a Image Dynamicaly to the report. The image location should be stored in the app.config file and should be picked up automaticaly by the report when generated. Does anybody have an idea how to do this. I searched the net but didn't come across any articles that explans how to do this. Thanks in advance Steve
Stephen Lintott Bsc IT (RAU)
-
What report-engine are you using? It may be that the report-engine doesn't expect the location in the app.config file.
I are troll :)
Normal rdlc files (Reporting Services)
Stephen Lintott Bsc IT (RAU)
-
Normal rdlc files (Reporting Services)
Stephen Lintott Bsc IT (RAU)
-
Instead of getting the report to read the app.config, try passing the location as a parameter :)
I are troll :)
What do you mean. Pass the location as a parameter and set it in the App from the app.config?
Stephen Lintott Bsc IT (RAU)
-
What do you mean. Pass the location as a parameter and set it in the App from the app.config?
Stephen Lintott Bsc IT (RAU)
-
Read the location (in your app) on startup from the app.config, and pass the location as a parameter :)
I are troll :)
Thats what I ment thanks
Stephen Lintott Bsc IT (RAU)