Border Control

Stimulsoft Reports.NET discussion
Post Reply
TimWoods
Posts: 10
Joined: Thu Mar 27, 2014 9:56 pm

Border Control

Post by TimWoods »

Hello,
I have a report that has a variable called vPmtNumber that is loaded at the beginning of the report. At the end of the report is a panel called Panel1.

If vPmtNumber is greater than 15 I would like Panel1 to have a border on all 4 sides.
If vPmtNumber is 15 or less I would like Panel1 to have a border on the top only.

What code will accomplish this and where should it be put?

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

Re: Border Control

Post by HighAley »

Hello, Tim.

You could use the Highlight Conditions.
Just add a Conditions, check the value of the vPmtNumber variable and set necessary borders.
You could get more information on the User Manual.

Thank you.
Post Reply