Struct COOAR@1.1:Result
Define all the properties, that allows the designer of an Active Report to control the further processing of the output of the basic Active Reporting process. You assign this type to a property in order to give a possibility to specify information concerning the further processing of the output of the basic active reporting process.
Additional Information
Properties
Properties
Multilingual Name (COOSYSTEM@1.1:mlname)
Defines the multilingual name of the object. It stores one name for each
supported language.
secured unique
LanguageStringList[]
COOSYSTEM@1.1:mlname
Additional Information
Format Code (COOAR@1.1:resultcode)
At the moment the system provides one converter - Word.Application - that translates the text of a report into word format. The format code gives information about the format of the converted text to the converter, the following numbers are relevant:
- wdFormatDocument = 0
- wdFormatTemplate = 1
- wdFormatText = 2
- wdFormatTextLineBreaks = 3
- wdFormatDOSText = 4
- wdFormatDOSTextLineBreaks = 5
- wdFormatRTF = 6
- wdFormatUnicodeText = 7
- wdFormatEncodedText = 7
- wdFormatHTML = 8
integer
COOAR@1.1:resultcode
Additional Information
Character Set (COOAR@1.1:resultencoding)
For specifying the encoding of the converted text.
CharacterEncodingScheme
COOAR@1.1:resultencoding
Additional Information
File Name Pattern (COOAR@1.1:resultpattern)
In this property you specify the format of the whole file name, which will represent the object on the file system.
string
COOAR@1.1:resultpattern
Additional Information
Converter (COOAR@1.1:transapp)
In this property you can define a pre-converter, which converts the text of the primary content of an active report into a format which the active reporting engine understands.
Application
COOAR@1.1:transapp
Additional Information