how to retrieve tag value?

Stimulsoft Reports.NET discussion
Post Reply
sw
Posts: 22
Joined: Fri Jan 26, 2007 10:26 pm

how to retrieve tag value?

Post by sw »

Hi,

After set the tag value for a component the designer, I tried to access the tag value using the property Tag. But the value returned is always "". Is there another way to get the tag value?

thanks,

sw
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

how to retrieve tag value?

Post by Vital »

Please use .TagValue property.

Thank you.
sw
Posts: 22
Joined: Fri Jan 26, 2007 10:26 pm

how to retrieve tag value?

Post by sw »

Thank you, vital.

But .TagValue is always return null when a string is assigned to the Tag property.

sw
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

how to retrieve tag value?

Post by Fabio Pagano »

I had the same problem retrieving Page.TagValue, using VB as the script language. If you are using VB as the script language, may be the same problem.

This was corrected in 3 May build, so, in case, download latest build from http://www.stimulsoft.com/DownloadsSR.aspx
Post Reply