How to enumerate the variables contained in an MRT file

Stimulsoft Reports.WEB discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to enumerate the variables contained in an MRT file

Post by HighAley »

Hello.

It seems that you was trying to change variable value before compilation.
Please, read next article from our Knowledge Base

Thank you.
kgb2013
Posts: 85
Joined: Fri Nov 01, 2013 9:52 am
Location: Earth

Re: How to enumerate the variables contained in an MRT file

Post by kgb2013 »

Yes, thanks. :)
That was it.
I can set them normally after compile:

report.Compile();
report["Variable2"] = varValue;
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: How to enumerate the variables contained in an MRT file

Post by Andrew »

Hello,

Great!

Have a nice weekend!
Post Reply