Class TablixJsonModel
Inheritance
System.Object
TablixJsonModel
Implements
System.IDisposable
Assembly: BoldReports.Web.dll
Syntax
public class TablixJsonModel : ReportItemBaseModel, IReportDispose, IDisposable
Constructors
TablixJsonModel()
Declaration
Properties
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
| Type |
Description |
| BoldReports.Serialization.JsonModels.BorderVal |
|
CellModels
Declaration
public CellInfo[][] CellModels { get; set; }
Property Value
| Type |
Description |
| BoldReports.Serialization.JsonModels.CellInfo[][] |
|
ColHeaderRange
Declaration
public HeaderRange ColHeaderRange { get; set; }
Property Value
ColumnCount
Declaration
public int ColumnCount { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ColWidths
Declaration
public List<double> ColWidths { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RowCount
Declaration
public int RowCount { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RowHeaderRange
Declaration
public HeaderRange RowHeaderRange { get; set; }
Property Value
RowHeights
Declaration
public List<double> RowHeights { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
StyleVal
Declaration
public StyleEval StyleVal { get; set; }
Property Value
| Type |
Description |
| BoldReports.Serialization.JsonModels.StyleEval |
|
Implements
System.IDisposable