Change text border runtime

Stimulsoft Reports.NET discussion
Post Reply
yycool
Posts: 3
Joined: Tue Sep 01, 2015 7:38 am

Change text border runtime

Post by yycool »

Hi,
How i can change the text " border = none " in runtime (vb.net)?
Like this:

IF (string.IsNullOrEmpty(text01.text))
text01.Border.Side = StiBorderSides.None
ELSE
text01.Border.Side = StiBorderSides.All
END IF

Thank you
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Change text border runtime

Post by HighAley »

Hello.

Please, use Conditions to change the formatting.
You could get more information in the User Manual.

Thank you.
Post Reply