Class CustomReportItemJsonModel
Inheritance
System.Object
CustomReportItemJsonModel
Assembly: BoldReports.UWP.dll
Syntax
public class CustomReportItemJsonModel : ReportItemBaseModel
Constructors
CustomReportItemJsonModel()
Declaration
public CustomReportItemJsonModel()
Properties
ActionInfo
Declaration
public ReportActionInfoExpVal ActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.ItemModel.ReportActionInfoExpVal |
|
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
ImageUrl
Declaration
public string ImageUrl { 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
Sorting
Declaration
public SortingModel Sorting { get; set; }
Property Value
TextboxActionInfo
Declaration
public string TextboxActionInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
ToggleInfo
Declaration
public DrillDownClientModel ToggleInfo { get; set; }
Property Value
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 |
|