HelpBot Assistant

How can I help you?

HyperlinkSettingsModel

16 Mar 20261 minute to read

Interface for a class HyperlinkSettings

Properties

conditionalSettings ConditionalSettingsModel[]

Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:

  • measure: Allows to specify the value field caption to get visibility of hyperlink option for specific measure.
  • condition: Allows to choose the operator type such as equals, greater than, less than, etc.
  • value1: Allows to set the start value.
  • value2: Allows to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.

cssClass string

Allows to add the CSS class name to the hyperlink options. Use this class name to apply styles to a hyperlink easily.

headerText string

Header caption (row or column) used to set the visibility of hyperlink in the cells based on specific row or column header.

Allows to set the visibility of hyperlink in column headers that are currently shown in the pivot table.

Allows to set the visibility of hyperlink in all cells that are currently shown in the pivot table.

Allows to set the visibility of hyperlink in row headers that are currently shown in the pivot table.

Allows to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.

Allows to set the visibility of hyperlink in value cells that are currently shown in the pivot table.