Page 1 of 1

Printable not working

Posted: Mon Mar 30, 2009 10:29 pm
by tmoaikel
Hi,

I have a text field in a report which has the Printable property to False. The field contains a variable/expression that is evaluated for every record.
The field displays when the report is exported to PDF. Setting the Enabled property to False hides the field but does not evaluate the expression.
How can I hide the field and still execute the expression in it?

Thanks,

Printable not working

Posted: Tue Mar 31, 2009 5:29 am
by Edward
Hi

You can set the height of the StiText in zero in case if CanGrow parameter was set in false and there is no dock property has been used.

Thank you.

Printable not working

Posted: Tue Mar 31, 2009 6:11 am
by tmoaikel
Thanks Edward,

I thought about this solution but I won't be able to see the field in design mode.
Shouldn't Printable = false hide the field?


Printable not working

Posted: Wed Apr 01, 2009 1:31 pm
by Jan
Hello,

Printable property only hide component from printing, not from exporting.

Thank you.