How to set GroupHeaderBand.Condition.Value?
Posted: Mon Feb 06, 2017 10:37 am
Hi,
I am try to set GroupHeaderBand.Condition from my business object property in GroupHeaderBand.Begin Render event like this:
but it not work,
how can I set Condition property correctly?
I am try to set GroupHeaderBand.Condition from my business object property in GroupHeaderBand.Begin Render event like this:
Code: Select all
GroupHeaderBand2.Condition.Value = "{BusinessObject.Property}";
or
GroupHeaderBand2.Condition= new StiGroupConditionExpression("{BusinessObject.Property}");
how can I set Condition property correctly?