com.crystaldecisions.sdk.plugin.desktop.common
Interface IReportRefreshOptions.CeRefreshOption

Enclosing interface:
IReportRefreshOptions

public static interface IReportRefreshOptions.CeRefreshOption

Specifies the report refresh options.


Field Summary
static int ALL
          Refresh everything.
static int DEFAULT_LOGON_INFO_VALUES
          Refresh user name and password of the default database logon information.
static int DESCRIPTION
          Refresh report description.
static int GROUP_SELECTION_FORMULA
          Refresh report group selection formula.
static int KEYWORD
          Refresh Translated versions of the file
static int PRINTER_OPTIONS
          Refresh printer information.
static int PROMPT_VALUES
          Refresh prompt values(current and default).
static int RECORD_SELECTION_FORMULA
          Refresh report record selection formula.
static int TITLE
          Refresh report title.
static int TRANSLATIONS
          Refresh Translated versions of the file
 

Field Detail

ALL

static final int ALL
Refresh everything.

See Also:
Constant Field Values

TITLE

static final int TITLE
Refresh report title.

See Also:
Constant Field Values

DESCRIPTION

static final int DESCRIPTION
Refresh report description.

See Also:
Constant Field Values

PROMPT_VALUES

static final int PROMPT_VALUES
Refresh prompt values(current and default).

See Also:
Constant Field Values

RECORD_SELECTION_FORMULA

static final int RECORD_SELECTION_FORMULA
Refresh report record selection formula.

See Also:
Constant Field Values

GROUP_SELECTION_FORMULA

static final int GROUP_SELECTION_FORMULA
Refresh report group selection formula.

See Also:
Constant Field Values

DEFAULT_LOGON_INFO_VALUES

static final int DEFAULT_LOGON_INFO_VALUES
Refresh user name and password of the default database logon information.

See Also:
Constant Field Values

PRINTER_OPTIONS

static final int PRINTER_OPTIONS
Refresh printer information.

See Also:
Constant Field Values

TRANSLATIONS

static final int TRANSLATIONS
Refresh Translated versions of the file

See Also:
Constant Field Values

KEYWORD

static final int KEYWORD
Refresh Translated versions of the file

See Also:
Constant Field Values