hide or show complete column header

Stimulsoft Reports.Flex discussion
Locked
tzalla
Posts: 12
Joined: Wed Apr 09, 2014 11:48 am

hide or show complete column header

Post 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??
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: hide or show complete column header

Post by HighAley »

Hello.

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

Thank you.
tzalla
Posts: 12
Joined: Wed Apr 09, 2014 11:48 am

Re: hide or show complete column header

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: hide or show complete column header

Post by HighAley »

Hello.

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

Thank you.
Locked