Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxDocumentExpression interface contains properties of the calculated field inserted to regular report text sheet.
IPrxDocumentExpression
To work with the collection of calculated fields inserted to regular report text sheet, use properties and methods of the IPrxDocumentExpressions interface.
Property name | Brief description | |
Expression | The Expression property returns the expression specified in the calculated field. | |
FormattedValue | The FormattedValue property returns formatted expression specified in the calculated field. | |
Formula | The Formula property determines an expression specified in the calculated field. | |
Id | The Id property determines an identifier for the calculated field. | |
Style | The Style property determines style of the expression specified in the calculated field. | |
Value | The Value property returns value of the expression specified in the calculated field. |
See also: