StiVariable
Posted: Thu Jun 14, 2012 12:02 pm
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.
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.