Suppress a Column

Stimulsoft Reports.NET discussion
Post Reply
Rathish
Posts: 3
Joined: Sat Oct 04, 2008 6:15 am
Location: coimbatore

Suppress a Column

Post by Rathish »

hi to All,

How to suppress a column by using one condition
Example:

I want to Suppress a PartyName based on the Decument nos
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Suppress a Column

Post by Edward »

Hello, Rathish.

There are a lot of ways for you.

1) Using Conditions property with 'Component is Enabled' unchecked checkbox.
2) Function {IIF(condition,"value if true","value if false")}
3) In the BeforePrintEvent of the DataBand to set Enabled property in true or false according to that condition.

Thank you.
Post Reply