I guess the issue is that I do not know what the parameters are going to be in the report. They could be a date, text, numeric, etc. I don't know how many parameters will be on each report. I have people that write 100's of these reports. If they were all the same of a fixed number of them it would be pretty easy just a few lines of code. So with your method I would assume I have to read the report and get all the parameters determine the type of parameter and create the control needed for the specific type of parameter? Is that the idea?
↧