cfriedberg
MIS
I have a report that is using the RDC component. The data is stored in an SQL database so the parameters coming must be in the order that I want.
When I add them to the report itself they are assigned an index number lower than the original parameter. They have to be in a consistent order.
Because there are several parameters, I would like to create them on the fly.
My intuition says to create them using the following command: Report.Add.ParameterFields(2) "@SelectedRegions", crString.
But, of course that does not work.
The command Report.StoredProcParam() did not work either.
Any suggestions?
When I add them to the report itself they are assigned an index number lower than the original parameter. They have to be in a consistent order.
Because there are several parameters, I would like to create them on the fly.
My intuition says to create them using the following command: Report.Add.ParameterFields(2) "@SelectedRegions", crString.
But, of course that does not work.
The command Report.StoredProcParam() did not work either.
Any suggestions?