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
Printable not working
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.
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
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?
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
Hello,
Printable property only hide component from printing, not from exporting.
Thank you.
Printable property only hide component from printing, not from exporting.
Thank you.