Class Action
Contains a hyperlink, bookmark link, or drillthrough action that is associated with a report item.
Inheritance
System.Object
Action
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: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public class Action
Constructors
Action()
Declaration
public Action()
Action(ReportSerializer)
Declaration
public Action(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
BookmarkLink
Declaration
public string BookmarkLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Drillthrough
Declaration
public Drillthrough Drillthrough { get; set; }
Property Value
Type | Description |
---|---|
Drillthrough |
Hyperlink
Declaration
public string Hyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.String |