How to retrieve a Text Value and pass with a Event to Func

Stimulsoft Reports.NET discussion
Post Reply
HeronBrain
Posts: 1
Joined: Tue Oct 16, 2012 2:22 pm

How to retrieve a Text Value and pass with a Event to Func

Post by HeronBrain »

Hi Everyone ,

I need to resolve a issue , when i use the DoubleClick event to get Value in StiText (StiText.TextValue ou Text.Value , i try all) it come null or empty , when i pass the Entity of my Datasource who populates a StiDataBand always came the same value. Somebody already done this before... summarizing i need to get the value where i click(StiText) and pass to my function ...
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to retrieve a Text Value and pass with a Event to Fu

Post by Alex K. »

Hello,

As a way, you can use the Tag property for this task.
Please check the sample report i attachment.

Thank you.
Attachments
Report.mrt
(15.7 KiB) Downloaded 302 times
Post Reply