TCustomRVReportGenerator.Texts

<< Click to display table of contents >>

TCustomRVReportGenerator.Texts

An object containing text strings used by the report generator.

type

  TRVReportGeneratorTexts = class (TPersistent);

property Texts: TRVReportGeneratorTexts;

This property can be used to localize a report generator.

Texts property has sub-properties listed in the table below.

Property

Meaning

Default value

ErrorUnknownVariable

this text inserted in a final report in place of a non-existent variable in variable fields.

'Unknown variable "%s"'

ErrorInvalidVariableValue

this text is inserted in place of a variable object field, if an object associated with this variable has an unsupported type

'Invalid value in variable "%s"'

ErrorUnknownTableGenerationRule

this text is inserted in place of a data field, if this data field refers to a non-existent table generation rule.

'Unknown rule "%s"'

ErrorUnknownField

this text is inserted in place of a data field, if this data field refers to a non-existent field in the query processor results

'Unknown field "%s"'

ErrorInvalidFieldValue

this text is inserted in place of a data field, if this data field contains data in an unsupported format

'Invalid or unsupported value in field "%s"'

ErrorUnsupportedFieldType

this text is inserted in place of a data field, if this data field has a type unsupported by the report generator

'Type of field "%s" is not supported'

ErrorInExpression

this text is inserted in place of an expression field, if this expression is erroneous

'Error in expression'

RVF

an alternative name of rvf data field type

'rvf'

TrueText, FalseText

default display values for boolean data fields

'true', 'false'

InvalidFunctionResult

a value to insert as a function result, if this function cannot be calculates (for example, not enough input values, or the function field is inserted in a wrong context)

'–' (n-dash)

Call RWA_LocalizeReportGenerator to localize these properties.