HyperlinkSettingsModel
23 Sep 20251 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 you to specify the value field caption to get visibility of hyperlink option for specific measure. -
condition: Allows you to choose the operator type such as equals, greater than, less than, etc. -
value1: Allows you to set the start value. -
value2: Allows you 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 you to add the CSS class name to the hyperlink options. Use this class name you can apply styles to a hyperlink easily at your end.
headerText string
Allows you to set the visibility of hyperlink in the cells based on specific row or column header.
showColumnHeaderHyperlink boolean
Allows you to set the visibility of hyperlink in column headers that are currently shown in the pivot table.
showHyperlink boolean
Allows you to set the visibility of hyperlink in all cells that are currently shown in the pivot table.
showRowHeaderHyperlink boolean
Allows you to set the visibility of hyperlink in row headers that are currently shown in the pivot table.
showSummaryCellHyperlink boolean
Allows you to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.
showValueCellHyperlink boolean
Allows you to set the visibility of hyperlink in value cells that are currently shown in the pivot table.