Page 1 of 1

hide or show complete column header

Posted: Thu May 22, 2014 7:24 am
by tzalla
Hello,
i need to set visible and invisible according to case a column header that contains texts and label but i need to set it from a variable of my own datasource, that is created with the xml files for the xsd schema and xml data. is there any property that can be binded with a variable from my datasource??

Re: hide or show complete column header

Posted: Fri May 23, 2014 11:25 am
by HighAley
Hello.

Sorry, we don't understand your question.
Could you describe it more detailed?

Thank you.

Re: hide or show complete column header

Posted: Fri May 23, 2014 11:32 am
by tzalla
when you have a text component and you have a datasource in a report you can set {Table.ColumnNAme} so that when the report is rendered you can see the columnname data.
i want to know if there is an equivalent action that i set the visible property of a text component for example to true or false according to case {Table.IsVisible} where the is visible is a boolean variable

Re: hide or show complete column header

Posted: Fri May 23, 2014 1:03 pm
by HighAley
Hello.

You can use Conditions for this.
ConditionsFlex.png
ConditionsFlex.png (19.03 KiB) Viewed 5084 times
You should set the expression to disable the component.

Thank you.