Class TextRunEval
Inheritance
System.Object
TextRunEval
Assembly: BoldReports.UWP.dll
Syntax
public class TextRunEval : Object
Constructors
TextRunEval()
Declaration
Properties
ActionInfo
Declaration
public ReportActionInfoExpVal ActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.ItemModel.ReportActionInfoExpVal |
|
IsHtmlText
Declaration
public bool IsHtmlText { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RunText
Declaration
public string RunText { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Declaration
public StyleEval Style { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|