PrintFileCharSepQuote
PrintFileCharSepQuote specifies the quote character used to enclose alphanumeric field data when printing to a file using character-separated format.
Syntax
[form.]Report.PrintFileCharSepQuote[=Quote$]
For example:
CrystalReport1.PrintFileCharSepQuote = "'"
«Uses the quotation character (') to surround values saved in character-separated format.»
Remarks
- Applies only when PrintFileType, is 5 - Character-separated values.
- Applies only when Destination, is 2 - File, 3 - E-mail to MAPI, or 4 - E-mail to VIM.
- If you assign a string to PrintFileCharSepQuote that is longer than one character, only the first character of that string is used. For example, if you assign "quote" to the property, only "q" is recognized.
- This property/method is available for subreports.
Data Type
String
Availability
Design Time; Runtime
Related Report Engine Functions
PEExportTo