Note This article is the second part of the TeMplate Syntax series of articles. For first part, please visit TeMplate Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a teMplate. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the forMatted result of the expression....Price <<foreach [m in ds.Managers]>><<[m.Name]>> <<[m.Contracts.sum(c...=> c.Price)]>> <<foreach [c in m.Contracts]>> <<[c.Clients.Name]>>...