StiMobileDesigner: Display Variable Value in Report

Stimulsoft Reports.WEB discussion
Post Reply
bjin
Posts: 2
Joined: Thu Oct 27, 2016 2:56 pm

StiMobileDesigner: Display Variable Value in Report

Post 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.
Attachments
variable issue.jpg
variable issue.jpg (260.35 KiB) Viewed 1125 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiMobileDesigner: Display Variable Value in Report

Post by Alex K. »

Hello,

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

Thank you.
Post Reply