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
Code: Select all
stiReport.Dictionary.Variables("decDiscount").ValueObject = CDec(Me.uneDisc.Value)