Originally posted by Sastry
HI
Why you want to pass parameter values through .net ? any reason for doing this ?
Actually, parameters will accept user input and filter report data. Better to create a parameter at report level and pass values through .net.
I was attempting to do this because I am in a situation where I have over 1000 rpt files that can be run in my app and I have to change data provider in the rpt file to a more recent version. I am trying to avoid having to update each individual file. I was hoping to find a global fix I could do with the crystal runtime. I have already attempted and failed trying to change the data provider with code at runtime. I have successfully been able to hydrate the data on the report with a .net data table at run time. The issue I am running into is that the parameters get removed from the report once I change the data source to the data table. I was hoping to be able to find a way to re add the parameters with code.