Issue accesing variable values in version 2012 StiWebViewerFx

Stimulsoft Reports.WEB discussion
Post Reply
kylvan
Posts: 1
Joined: Thu Jun 07, 2012 10:43 am

Issue accesing variable values in version 2012 StiWebViewerFx

Post 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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Issue accesing variable values in version 2012 StiWebViewerFx

Post by Vladimir »

Hello,

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

Thank you.
Post Reply