Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

DSSHyperlink.idl File Reference


Detailed Description

Interfaces used to record information about a hyperlink.

A hyperlink is an association between a report or document and another report. It states that a user can choose to execute another report or document, potentially reusing some properties from the original report or document.


Enumerations

enum  EnumDSSHyperlinkAnswerMode {
  DssHyperlinkAnswerReserved = 0, DssHyperlinkAnswerSame = 1, DssHyperlinkAnswerNone = 2, DssHyperlinkAnswerClose = 3,
  DssHyperlinkAnswerDynamic = 4, DssHyperlinkAnswerStatic = 5, DssHyperlinkAnswerCurrentUnit = 6, DssHyperlinkAnswerAllValidUnits = 7,
  DssHyperlinkAnswerUseDefault = 8
}
enum  EnumDSSHyperlinkType { DssHyperlinkURL = 0, DssHyperlinkObject = 1 }


Enumeration Type Documentation

enum EnumDSSHyperlinkAnswerMode
 

Enumeration values:
DssHyperlinkAnswerReserved  Reserved value for the enumeration.
DssHyperlinkAnswerSame  Answer the prompt using the same answer that was supplied to run the source report or document.
DssHyperlinkAnswerNone  Close the prompt to use whatever answer the prompt wishes to use (this is implemented by setting the prompt as closed).
DssHyperlinkAnswerClose  Close the prompt with no answer at all (this is implemented be cancelling the prompt).
DssHyperlinkAnswerDynamic  Leave the prompt open; the end user will need to supply an answer to the prompt (used by element prompts).
DssHyperlinkAnswerStatic  Answer the prompt with a static answer included in the hyperlink's definition (used by element prompts).
DssHyperlinkAnswerCurrentUnit  Answer the prompt with an answer deduced from the selected element(s) of the unit containing the hyperlink (used by hierarchical prompts).
DssHyperlinkAnswerAllValidUnits  Answer the prompt with all currently selected elements that are compatible with the prompt (used by hierarchical prompts).
DssHyperlinkAnswerUseDefault  Answer the prompt be setting it to its default answer.

enum EnumDSSHyperlinkType
 

Enumeration values:
DssHyperlinkURL  This hyperlink is defined using a URL.
DssHyperlinkObject  This hyperlink is defined using a target object, which is a report or a document.


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.