StiVariable

Stimulsoft Reports.Silverlight discussion
Locked
MtheP
Posts: 24
Joined: Mon Jul 18, 2011 7:37 am

StiVariable

Post by MtheP »

I have created a variable

this.ClinOpDesigner.Report.Dictionary.Variables.Clear();
var filterText = new StiVariable("FilterText", this.viewModel.FilterText);
this.ClinOpDesigner.Report.Dictionary.Variables.Add(filterText);

The first time this run the variable is set fine, however subsequent runs do not change the variable in the preview. When in the design mode and viewing the variable value it is changed but not in preview.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

StiVariable

Post by Alex K. »

Hello,

Please send us a sample which reproduces the issue for analysis.

Thank you.
Locked