Change variable while in preview

Stimulsoft Reports.NET discussion
Post Reply
HowieD
Posts: 27
Joined: Fri Sep 17, 2010 8:29 am

Change variable while in preview

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Change variable while in preview

Post by Alex K. »

Hello,

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

Thank you.
Post Reply