Report > Report Assembly Interfaces > IPrxDocumentExpressionParser
Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxDocumentExpressionParser interface is used to work with expression of the formula that is set on a regular report text sheet.
IPrxDocumentExpressionParser
To work with the collection of calculated fields that are set on a regular report text sheet, use properties and methods of the IPrxDocumentExpressions interface.
Property name | Brief description | |
![]() |
DocumentExpression | The DocumentExpression property determines an expression of the formula that is set on a regular report text sheet. |
![]() |
Formula | The Formula property returns a formula that is set in expression on a regular report text sheet. |
![]() |
Term | The Term property returns a term by its index. |
![]() |
TermCount | The TermCount property returns the number of terms. |
![]() |
TermPointKey | The TermPointKey property determines a key of term calculated point. |
![]() |
TermSourceKey | The TermSourceKey property determines a key of term data source. |
![]() |
TermText | The TermText property determines a term view. |
![]() |
TermType | The TermType property determines a term type by expression term. |
Method name | Brief description | |
![]() |
AddTerm | The AddTerm method creates a new term. |
![]() |
ClearTerms | The ClearTerms method resets term correspondence. |
![]() |
Parse | The Parse method parses expression of the formula that is set on a regular report text sheet. |
See also: