Class ReportActionInfoVal
Inheritance
System.Object
ReportActionInfoVal
Assembly: BoldReports.UWP.dll
Syntax
public class ReportActionInfoVal : Object
Constructors
ReportActionInfoVal()
Declaration
public ReportActionInfoVal()
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<ReportParameterVal> Parameters { get; set; }
Property Value
ReportName
Declaration
public string ReportName { get; set; }
Property Value
Type |
Description |
System.String |
|