Class UrlLinkRequestedArgs

Inheritance
System.Object
UrlLinkRequestedArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class UrlLinkRequestedArgs

Properties

Cell

The cell from where the url is requested.

Declaration
public RVDataCell Cell { get; }
Property Value
Type Description
Reveal.Sdk.RVDataCell

Row

The row containing the cell that needs te requested url displayed. This can be used to get the values of other cells in the same row, for example to get the CustomerId even if the cell clicked was "Sales Amount".

Declaration
public RVDataCell[] Row { get; }
Property Value
Type Description
Reveal.Sdk.RVDataCell[]

Url

This contains the value defined in the dasshboard.

Declaration
public string Url { get; }
Property Value
Type Description
System.String

Visualization

The visualization for which the url is requested.

Declaration
public RVVisualization Visualization { get; }
Property Value
Type Description
RVVisualization