OnTextChang event (TextBox)

Stimulsoft Reports.NET discussion
Post Reply
stefan
Posts: 2
Joined: Fri Oct 05, 2007 2:33 am
Location: Austria

OnTextChang event (TextBox)

Post by stefan »

Hello everybody,
I've got a problem with the TextBox-Control. In MS Visual Studio, there is a onTextChange-event for the TextBox - but there isn't one for the TextBox in the report designer...
How should I solve the problem? Is there any work-around for the onTextChange-event?

Stefan
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

OnTextChang event (TextBox)

Post by Edward »

Please use the Control property of the StiTextBoxControl. This property represents the underlaying control of TextBox type.

Thank you.
Post Reply