Stimulsoft.Report.MobileDesign, Version=2016.2.0.0
Hi everyone,
my goal is to populate the report variables before opening the mobile designer.
In the Page_Load event I create the object StiReport 'myreport' and force its variables:
myreport ["one"] = "blah blah";
Unfortunately it does not seem to work, if I go in preview the variables are empty.
Where am I wrong?
Variables in Mobile Designer
Variables in Mobile Designer
Soft System srl
Re: Variables in Mobile Designer
Hello,
Your code is for the compiled report.
Please try to use the following code to provide value to designer:
Thank you.
Your code is for the compiled report.
Please try to use the following code to provide value to designer:
Code: Select all
myreport.Dictionary.Variables["one"].ParameterValue ="blah blah";
Re: Variables in Mobile Designer
Hello
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.