Class TextBoxJsonModel
Inheritance
System.Object
TextBoxJsonModel
Assembly: BoldReports.UWP.dll
Syntax
public class TextBoxJsonModel : ReportItemBaseModel
Constructors
TextBoxJsonModel()
Declaration
public TextBoxJsonModel()
Properties
ActionInfo
Declaration
public ReportActionInfoExpVal ActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.ItemModel.ReportActionInfoExpVal |
|
BackgroundImage
Declaration
public string BackgroundImage { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundSrc
Declaration
public string BackgroundSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
Direction
Declaration
public string Direction { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentMap
Declaration
public string DocumentMap { get; set; }
Property Value
Type |
Description |
System.String |
|
IsNoRowMessage
Declaration
public bool IsNoRowMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsToggle
Declaration
public bool IsToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Padding
Declaration
public ThicknessExval Padding { get; set; }
Property Value
Paragraphval
Declaration
public List<ParagraphEval> Paragraphval { get; set; }
Property Value
Sorting
Declaration
public SortingModel Sorting { get; set; }
Property Value
TextboxActionInfo
Declaration
public string TextboxActionInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
TextBoxBackgroundColor
Declaration
public string TextBoxBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TextBoxTextColor
Declaration
public string TextBoxTextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
ToggleInfo
Declaration
public DrillDownClientModel ToggleInfo { get; set; }
Property Value
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
VerticalAlign
Declaration
public string VerticalAlign { get; set; }
Property Value
Type |
Description |
System.String |
|
WritingMode
Declaration
public string WritingMode { get; set; }
Property Value
Type |
Description |
System.String |
|