Page 1 of 1

Issue accesing variable values in version 2012 StiWebViewerFx

Posted: Thu Jun 07, 2012 10:58 am
by kylvan
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.

Issue accesing variable values in version 2012 StiWebViewerFx

Posted: Mon Jun 11, 2012 6:36 am
by Vladimir
Hello,

Please upgrade to the latest prerelease build, the problem should be solved.

Thank you.