Here is the scenario, I have an app (VB.NET) and I want to distribute rdlc
files to generate reports. I want to use a single form with a reportviewer
control to display the report, so I need to have the reports stored in a
folder on the local computer and then pass all the connection information
dynamically. I am guessing I will need to have a dataset added to the
project, but how do I do all this without embedding the reports?
files to generate reports. I want to use a single form with a reportviewer
control to display the report, so I need to have the reports stored in a
folder on the local computer and then pass all the connection information
dynamically. I am guessing I will need to have a dataset added to the
project, but how do I do all this without embedding the reports?