I have a report that has a variable called Param with default value of "123", and report just shows value of the variable Param on the page.
In my code before sending report to mobile report designer I'm setting the value to "1000".
Code: Select all
stiReport1["Param"] = "1000";
StiMobileDesigner1.Report = stiReport1;
What is correct way to set the value of the variable so it gets picked up by the designer?
I'm using Ultimate 2015.1 version.
Thanks!