Class TablixJsonModel
Inheritance
System.Object
TablixJsonModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class TablixJsonModel : ReportItemBaseModel
Constructors
TablixJsonModel()
Declaration
Properties
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundImageSrc
Declaration
public string BackgroundImageSrc { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
CellModels
Declaration
public CellInfo[][] CellModels { 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> |
|
CoveredRanges
Declaration
public List<CoveredRanges> CoveredRanges { get; set; }
Property Value
LineHeight
Declaration
public string LineHeight { get; set; }
Property Value
Type |
Description |
System.String |
|
Padding
Declaration
public ThicknessExval Padding { get; set; }
Property Value
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PageName
Declaration
public string PageName { get; set; }
Property Value
Type |
Description |
System.String |
|
RowCount
Declaration
public int RowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
TextAlign
Declaration
public string TextAlign { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Methods
Dispose()
Declaration
public override void Dispose()
Overrides