how can i set the page's text.visable in C# code?
thanks for you help
how can i set the page's text.visable ?
how can i set the page's text.visable ?
Hello,
Sorry text component does not have visable property. Did you mean Enabled property?
Thank you.
Sorry text component does not have visable property. Did you mean Enabled property?
Thank you.
how can i set the page's text.visable ?
Thank you my friends:
Can i write the following expression in Text property:
{Text28.Printable = Condition)
Thank you.
Can i write the following expression in Text property:
{Text28.Printable = Condition)
Thank you.
how can i set the page's text.visable ?
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.
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.
how can i set the page's text.visable ?
thank you very much ....:biggrin:
how can i set the page's text.visable ?
Hi
You are welcome
Thank you.
You are welcome

Thank you.