IPrxDimensionDrill.Action

Syntax

Action: String;

Description

The Action property determines the action to be executed on opening the hyperlink.

Comments

The property is used together with the IPrxDimensionDrill.ActionType property. Depending on the action specified in IPrxDimensionDrill.ActionType, one of the following values is specified in the Action property:

Action Property value example

Open a file by the specified application

"C:\Image.jpg"

The specified file will open.

Open URL in browser

"http://www.example.com"

The specified URL will open.

Move to report sheet

"=Sheet2"

Move to the specified report sheet will be executed.

Select and move to a range of cells

"=a0:b3;d0:f3"

The specified range will be positioned.

Position object in the screen center

"#Sheet2!PrxChart1"

An object is positioned on a chart on the second report sheet.

Open object navigator

"@Dim"

An object with the Dim identifier opens.

Execute a macro

"MOD_FUNCTION.TestFunction"

The TestFunction function will be executed, that is contained in the unit with the MOD_FUNCTION identifier.

Example

The example of use is given in description of the IPrxDimensionDrill.ActionType property.

See also:

IPrxDimensionDrill