How can I assign Values to the parameters being passed to the report. It was done in 8.5 using :
Session("oRpt"
.ParameterFields.GetItemByName("LocalXRate"
.AddCurrentValue(cstr(strXRate))
but now it seems that parameters are passed in a specific order. My problem is that I have to pass up to 100 parameters to each report which are then displayed as labels within the report (to cater for multiple languages).
Maintenance has become a nightmare !!!!!!!!!
I'm sure many of you are in the same position
doyledirk.
Session("oRpt"
but now it seems that parameters are passed in a specific order. My problem is that I have to pass up to 100 parameters to each report which are then displayed as labels within the report (to cater for multiple languages).
Maintenance has become a nightmare !!!!!!!!!
I'm sure many of you are in the same position
doyledirk.