com.crystaldecisions.sdk.plugin.desktop.common
Interface IReportHyperlink.CeHyperlinkType

Enclosing interface:
IReportHyperlink

public static interface IReportHyperlink.CeHyperlinkType

Specifies the hyperlink type, used when retrieving a hyperlink for export.


Field Summary
static int CRYSTAL_REPORT
           hyperlink is a Crystal report
static int DISABLED
           hyperlink is disabled
static int DRILLDOWN
           hyperlink is for drilldown
static int EMAIL
           hyperlink is an email
static int EMAIL_FIELD_VALUE
           hyperlink is a email field value
static int HTML
           hyperlink is an Html
static int REPORT_OBJECT
           hyperlink is a report object
static int REPORT_OBJECT_ABSOLUTE
           hyperlink is an absolute report object
static int REPORT_OBJECT_RELATIVE
           hyperlink is a relative report object
static int RESERVED
           reserved type
static int UNDEFINED
           hyperlink is undefined
static int WEBSITE
           hyperlink is a Web Site
static int WEBSITE_FIELD_VALUE
           hyperlink is a Web site field value
 

Field Detail

WEBSITE

public static final int WEBSITE

hyperlink is a Web Site

See Also:
Constant Field Values

EMAIL

public static final int EMAIL

hyperlink is an email

See Also:
Constant Field Values

HTML

public static final int HTML

hyperlink is an Html

See Also:
Constant Field Values

CRYSTAL_REPORT

public static final int CRYSTAL_REPORT

hyperlink is a Crystal report

See Also:
Constant Field Values

WEBSITE_FIELD_VALUE

public static final int WEBSITE_FIELD_VALUE

hyperlink is a Web site field value

See Also:
Constant Field Values

EMAIL_FIELD_VALUE

public static final int EMAIL_FIELD_VALUE

hyperlink is a email field value

See Also:
Constant Field Values

UNDEFINED

public static final int UNDEFINED

hyperlink is undefined

See Also:
Constant Field Values

DRILLDOWN

public static final int DRILLDOWN

hyperlink is for drilldown

See Also:
Constant Field Values

REPORT_OBJECT

public static final int REPORT_OBJECT

hyperlink is a report object

See Also:
Constant Field Values

RESERVED

public static final int RESERVED

reserved type

See Also:
Constant Field Values

DISABLED

public static final int DISABLED

hyperlink is disabled

See Also:
Constant Field Values

REPORT_OBJECT_ABSOLUTE

public static final int REPORT_OBJECT_ABSOLUTE

hyperlink is an absolute report object

See Also:
Constant Field Values

REPORT_OBJECT_RELATIVE

public static final int REPORT_OBJECT_RELATIVE

hyperlink is a relative report object

See Also:
Constant Field Values