Class ActionInfo
Inheritance
System.Object
ActionInfo
Assembly: BoldReports.UWP.dll
Syntax
public class ActionInfo : Object
Constructors
ActionInfo()
Declaration
Properties
BookmarkLink
Declaration
public string BookmarkLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Hyperlink
Declaration
public string Hyperlink { get; set; }
Property Value
Type |
Description |
System.String |
|
Parameters
Declaration
public List<Parameter> Parameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Parameter> |
|
ReportName
Declaration
public string ReportName { get; set; }
Property Value
Type |
Description |
System.String |
|