Hello.
How can I add a variable in report by Code and save it in report
Thanks in advance
How can I add a variable by Code
Re: How can I add a variable by Code
Hello,
You can use the following code:
Thank you.
You can use the following code:
Code: Select all
report.Dictionary.Variables.Add(new StiVariable("Variable1", 10));
Re: How can I add a variable by Code
Hello,
work fine thanks Aleksey
work fine thanks Aleksey
Re: How can I add a variable by Code
Hello.
We are always glad to help you.
Thank you.
We are always glad to help you.
Thank you.