Posted 31 May 2022, 5:37 am EST
Hi,
I am upgrading Active reports 11 to version 16 and I am stuck at setting the report parameters value.
In AR11, I used PageDocument parameters to set CurrentValue using the parameter name. How do I achieve the same in AR16?
args.Report.Parameters["getLatestDataPeriodDate"].CurrentValue = "";
``` where args is LocateDataSourceEventArgs.
I dont see any Parameter member/property which takes a name.
Please help.