Issue accesing variable values in version 2012 StiWebViewerFx
Posted: Thu Jun 07, 2012 10:58 am
Hi,
I found that the variable values is always blank when it is consulted from GetDataSet event with both options:
string value1 = e.Report.Dictionary.Variables["VariableName"].Value;
or
e.Report.Compile();
object value = e.Report["Test"];
It was working in Stimulsoft.Report.WebFx.dll version 2011.2.1100 the problem is in the version 2012.1.1300
Jean.
I found that the variable values is always blank when it is consulted from GetDataSet event with both options:
string value1 = e.Report.Dictionary.Variables["VariableName"].Value;
or
e.Report.Compile();
object value = e.Report["Test"];
It was working in Stimulsoft.Report.WebFx.dll version 2011.2.1100 the problem is in the version 2012.1.1300
Jean.