IPrxDocumentExpression

Assembly: Report;

Namespace: Prognoz.Platform.Interop.Report;

Description

The IPrxDocumentExpression interface contains properties of the calculated field inserted to regular report text sheet.

Inheritance Hierarchy

          IPrxDocumentExpression

Comments

To work with the collection of calculated fields inserted to regular report text sheet, use properties and methods of the IPrxDocumentExpressions interface.

Properties

  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:

Report Assembly Interfaces