Exago .NET API Documentation
DisplayFormula Property
WebReports.Api.Common Namespace > QuickFunction Class : DisplayFormula Property

The display formula is applied to the data as it is displayed in the ExpressView Designer, in exported files and it is the value that is compared when filters are applied to a column.

Syntax
public System.string DisplayFormula {get; set;}

Property Value

An Exago formula, preceded with the equals sign, that will be applied to the output displayed to the user.

Use the placeholder {cell_text}>/code> to include the contents of the cell in the formula

Exago functions, custom functions and parameters may be used in the formula. Do not use aggregate functions or data object fields.

Special characters must be XML encoded (e.g. use & for the concatenation character &)

See Also

Reference

QuickFunction Class
QuickFunction Members