com.crystaldecisions.sdk.plugin.desktop.common
Interface IReportLogon.CeReportLogonMode

Enclosing interface:
IReportLogon

public static interface IReportLogon.CeReportLogonMode

Specifies the report logon mode


Field Summary
static int PROMPT_USER
           Prompt the user for database logon.
static int USE_SPECIFIED_LOGON
           Use the database credentials stored in this object
static int USE_SSO
           Use SSO
static int USE_USER_CREDENTIALS
           Use user database credentials stored in user object
 

Field Detail

PROMPT_USER

static final int PROMPT_USER

Prompt the user for database logon.

See Also:
Constant Field Values

USE_SPECIFIED_LOGON

static final int USE_SPECIFIED_LOGON

Use the database credentials stored in this object

See Also:
Constant Field Values

USE_SSO

static final int USE_SSO

Use SSO

See Also:
Constant Field Values

USE_USER_CREDENTIALS

static final int USE_USER_CREDENTIALS

Use user database credentials stored in user object

See Also:
Constant Field Values