Class ReportPageData
Class for ReportPageData
Inheritance
System.Object
ReportPageData
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class ReportPageData : Object
Constructors
ReportPageData()
Declaration
public ReportPageData()
Properties
BodyStyleModel
Gets or sets the BodyStyleModel.
Declaration
public ReportStyleModel BodyStyleModel { get; set; }
Property Value
Type | Description |
---|---|
ReportStyleModel |
ColumnWidth
Declaration
public double ColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CustomProperties
Declaration
public CustomPropertyExpVal[] CustomProperties { get; set; }
Property Value
Type | Description |
---|---|
CustomPropertyExpVal[] |
FooterHeight
Gets or sets the integer value of FooterHeight.
Declaration
public int FooterHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FooterModel
Gets or sets the FooterModel.
Declaration
public ReportItemBaseModel[] FooterModel { get; set; }
Property Value
Type | Description |
---|---|
ReportItemBaseModel[] |
FooterStyleModel
Gets or sets the FooterStyleModel.
Declaration
public ReportStyleModel FooterStyleModel { get; set; }
Property Value
Type | Description |
---|---|
ReportStyleModel |
HeaderHeight
Gets or sets the integer value of HeaderHeight.
Declaration
public int HeaderHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HeaderModel
Gets or sets the HeaderModel.
Declaration
public ReportItemBaseModel[] HeaderModel { get; set; }
Property Value
Type | Description |
---|---|
ReportItemBaseModel[] |
HeaderStyleModel
Gets or sets the HeaderStyleModel.
Declaration
public ReportStyleModel HeaderStyleModel { get; set; }
Property Value
Type | Description |
---|---|
ReportStyleModel |
Height
Gets or sets the integer value of Height.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MarginLeft
Gets or sets the integer value of Width.
Declaration
public int MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MarginTop
Gets or sets the integer value of MarginTop.
Declaration
public int MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageModel
Gets or sets the PageModel.
Declaration
public ReportItemBaseModel[] PageModel { get; set; }
Property Value
Type | Description |
---|---|
ReportItemBaseModel[] |
ReportStyleModel
Gets or sets the ReportStyleModel.
Declaration
public ReportStyleModel ReportStyleModel { get; set; }
Property Value
Type | Description |
---|---|
ReportStyleModel |
Width
Gets or sets the integer value of Width.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 |