Printable not working

Stimulsoft Reports.NET discussion
Post Reply
tmoaikel
Posts: 10
Joined: Wed Mar 25, 2009 10:23 am
Location: USA

Printable not working

Post 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,
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Printable not working

Post 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.
tmoaikel
Posts: 10
Joined: Wed Mar 25, 2009 10:23 am
Location: USA

Printable not working

Post 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?

Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Printable not working

Post by Jan »

Hello,

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

Thank you.
Post Reply