Page 1 of 1

Change variable while in preview

Posted: Tue Dec 07, 2010 4:55 am
by HowieD
Hi Folks,

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)
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

Change variable while in preview

Posted: Wed Dec 08, 2010 4:39 am
by Alex K.
Hello,

Please send us a simple test application which reproduces the problem on support@stimulsoft.com

Thank you.