hi to All,
How to suppress a column by using one condition
Example:
I want to Suppress a PartyName based on the Decument nos
Suppress a Column
Suppress a Column
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.
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.