[ROOT] --> C++Client

struct PEExportOptions

Contains information used when exporting report files.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

destinationDLLName
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.
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.
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.
formatDLLName
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.
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.
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.
nDestinationOptionsBytes
Set by GetExportOptions and ignored by ExportTo.
nFormatOptionsBytes
Set by GetExportOptions and ignored by ExportTo.
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.


Variables

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.

formatDLLName

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.

formatType

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.

formatOptions

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.

destinationDLLName

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.

destinationType

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.

destinationOptions

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.

nFormatOptionsBytes

WORD nFormatOptionsBytes

Set by GetExportOptions and ignored by ExportTo.

nDestinationOptionsBytes

WORD nDestinationOptionsBytes

Set by GetExportOptions and ignored by ExportTo.


Copyright (c) 2000 Dynalivery Corp.