how can i set the page's text.visable ?

Stimulsoft Reports.NET discussion
Post Reply
lampson
Posts: 42
Joined: Wed Dec 30, 2009 4:28 am

how can i set the page's text.visable ?

Post by lampson »

how can i set the page's text.visable in C# code?
thanks for you help
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

how can i set the page's text.visable ?

Post by Jan »

Hello,

Sorry text component does not have visable property. Did you mean Enabled property?

Thank you.
lampson
Posts: 42
Joined: Wed Dec 30, 2009 4:28 am

how can i set the page's text.visable ?

Post by lampson »

Thank you my friends:
Can i write the following expression in Text property:

{Text28.Printable = Condition)

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

how can i set the page's text.visable ?

Post by Edward »

Hi

Printable property will allow you to hide component when the page is printed. In preview window component with Printable property set in true will be visible.

You can apply the code in BeforePrint event:

Text28.Printable = condition;

Thank you.
lampson
Posts: 42
Joined: Wed Dec 30, 2009 4:28 am

how can i set the page's text.visable ?

Post by lampson »

thank you very much ....:biggrin:
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

how can i set the page's text.visable ?

Post by Edward »

Hi

You are welcome :)

Thank you.
Post Reply