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?