[ROOT] --> C-Client
Contains information used when exporting report files.
destinationDLLName
destinationOptions
destinationType
formatDLLName
formatOptions
formatType
nDestinationOptionsBytes
nFormatOptionsBytes
StructSize
WORD StructSize
Specifies the size of the PEExportOptions structure. You must initialize the member to be the size of whatever it is, for example, options.StructSize = PE_SIZEOF_EXPORT_OPTIONS.
char formatDLLName [ PE_DLL_NAME_LEN ]
Specifies the pointer to the null-terminated string that contains the format DLL name. The DLL used is determined by the format in which you want to export your report. Select the appropriate DLL name from Crystal Developers help.
DWORD formatType
Specifies the type of format you want to use from those types supported by the selected DLL. Whether the format DLL you select supports only one format type (for example, uxfcr.dll) or multiple format types (for example, uxfdoc.dll), you must still fill in this member. Select the format type you want to use from Crystal Developers help.
void FAR * formatOptions
Specifies a pointer to a structure that supplies date and number information. This information is used by the PEExportOptions structure when you want to export in one of the formats that support date and number options and you want to hard code your options. Select the appropriate structure (if needed) from the table the Crystal Developers Help.
char destinationDLLName [ PE_DLL_NAME_LEN ]
Specifies a pointer to the null-terminated string that contains the destination DLL name. The DLL used is determined by the destination to which you want to export your report. Select the appropriate DLL name from the Crystal Developers Help.
DWORD destinationType
Specifies the type of destination you want to use from those types supported by the selected DLL. Even if the destinationDLL name you select supports only one destination type, you must still fill in this member. Select the destination type you want to use from the Crystal Developers Help.
void FAR * destinationOptions
Specifies a pointer to a structure supplying information used by the PEExportOptions structure. This information is needed to export a report and hard code the file name (when exporting to Disk File) or e-mail message information (when exporting to MAPI or VIM destination). Select the appropriate structure (if needed) from the Crystal Developers Help.
WORD nFormatOptionsBytes
Set by GetExportOptions and ignored by ExportTo.
WORD nDestinationOptionsBytes