Change variable while in preview
Posted: Tue Dec 07, 2010 4:55 am
Hi Folks,
I changed a variable value while the report is shown in the viewer control
After a call of stiReport.Dictionary.Synchronize and stiReport.Render the new value is not show in the text field on the Pageheader.
What can be done?
Regards
HowieD
I changed a variable value while the report is shown in the viewer control
Code: Select all
stiReport.Dictionary.Variables("decDiscount").ValueObject = CDec(Me.uneDisc.Value)
What can be done?
Regards
HowieD