set rpttext box visible false
In Data Reports, I have a rpttext box called Discount. To print an invoice, I have given the folowing code in Print button
DataEnvironment1.salesinv Text1.Text
Load RptSalesInnvoice
RptSalesInnvoice.Show (1)
The connection etc. is done through Data Environment in design time.
I want Discount rpttxt box to be displayed in report only if it is >0. Otherwise it should be visible false. How to do it.Please help
|