Hello,
I need access variables using reports for Web.I not know it.
Help-me please.
Robert Suman
:biggrin:
How do I access variables for StiWebReport?
-
- Posts: 16
- Joined: Tue Jul 17, 2007 2:38 pm
- Location: Brazil
How do I access variables for StiWebReport?
Robert Suman
KP CONSULTING
KP CONSULTING
How do I access variables for StiWebReport?
If you want to have access to variables from StiWebReport you can use:
Thank you.
Code: Select all
StiWebViewer1.Report.Dictionary.Variables["NameOfVariable"].Value
How do I access variables for StiWebReport?
Also you may use following, for example:
Thank you
Code: Select all
StiWebViewer1.Report["NameOfVariable"] = "AnythingValue"