I would like to create my agregated static function... But value of GroupHeaderBand condition is empty... Please, why?
Example:
Code: Select all
public static string GetGroupCondition(StiGroupHeaderBand group) {
return group.Condition.Value;
}
Code: Select all
public static string GetGroupCondition(StiGroupHeaderBand group) {
return group.Condition.Value;
}
Code: Select all
object value = timulsoft.Report.Engine.StiGroupHeaderBandV2Builder.GetCurrentConditionValue(band);