com.crystaldecisions.sdk.plugin.desktop.common
Interface IExcelFormat.CeReportExportHeaderFooterOption

Enclosing interface:
IExcelFormat

public static interface IExcelFormat.CeReportExportHeaderFooterOption

Specifies the way page header and footer are exported.


Field Summary
static int EACH_PAGE
           Export header and footer from every page into the excel document.
static int NONE
           Export no header or footer
static int ONCE
           Export header and footer once for the entire report
 

Field Detail

NONE

static final int NONE

Export no header or footer

See Also:
Constant Field Values

ONCE

static final int ONCE

Export header and footer once for the entire report

See Also:
Constant Field Values

EACH_PAGE

static final int EACH_PAGE

Export header and footer from every page into the excel document.

See Also:
Constant Field Values