Class ReportsInfo
class for ReportsInfo
Inheritance
System.Object
ReportsInfo
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class ReportsInfo : Object
Constructors
ReportsInfo()
Declaration
public ReportsInfo()
Properties
Columns
Declaration
public int Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ColumnSpacing
Declaration
public double ColumnSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginBottom
Gets or sets the double value of MarginBottom.
Declaration
public double MarginBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginLeft
Gets or sets the double value of MarginLeft.
Declaration
public double MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginRight
Gets or sets the double value of MarginRight.
Declaration
public double MarginRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginTop
Gets or sets the double value of MarginTop.
Declaration
public double MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PageData
Gets or sets the PageData.
Declaration
public ReportPageData[] PageData { get; set; }
Property Value
Type | Description |
---|---|
ReportPageData[] |
PaperHeight
Gets or sets the double value of PaperHeight.
Declaration
public double PaperHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PaperWidth
Gets or sets the double value of PaperWidth.
Declaration
public double PaperWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalPages
Gets or sets the integer value of MarginBottom.
Declaration
public int TotalPages { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |