Page 1 of 1

StiMobileDesigner: Display Variable Value in Report

Posted: Thu Oct 27, 2016 3:05 pm
by bjin
Hi, my company is using StiMobileDesigner, and I have encountered a problem displaying a variable in the report.

The variable is created programmatically by

e.Report.Dictionary.Clear();
e.Report.RegData(ds);
e.Report.Dictionary.Variables.Add("Location","<ALL>");
e.Report.Dictionary.Variables["Location"].RequestFromUser = false;
e.Report.Dictionary.Synchronize();

In designer, I can see the variable having the correct value "<ALL>". Then I drag it to the report, it creates two textbox and the value is used as {Location} in expression.
When I Preview the report, the value is not showing.

Please see the attachment, and anyone please help.

Re: StiMobileDesigner: Display Variable Value in Report

Posted: Fri Oct 28, 2016 1:42 pm
by Alex K.
Hello,

Thank you for the bug report.
We need some additional time to fix the issue.

Thank you.