How do I access variables for StiWebReport?

Stimulsoft Reports.NET discussion
Post Reply
Robert Suman
Posts: 16
Joined: Tue Jul 17, 2007 2:38 pm
Location: Brazil

How do I access variables for StiWebReport?

Post by Robert Suman »

Hello,

I need access variables using reports for Web.I not know it.
Help-me please.

Robert Suman
:biggrin:
Robert Suman
KP CONSULTING
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

How do I access variables for StiWebReport?

Post by Guest »

If you want to have access to variables from StiWebReport you can use:

Code: Select all

StiWebViewer1.Report.Dictionary.Variables["NameOfVariable"].Value
Thank you.
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

How do I access variables for StiWebReport?

Post by Guest »

Also you may use following, for example:

Code: Select all

StiWebViewer1.Report["NameOfVariable"] = "AnythingValue"
Thank you
Post Reply