Class PageSetup
Represents the page setup for a report.
Inheritance
System.Object
PageSetup
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public class PageSetup : Object
Constructors
PageSetup()
Declaration
public PageSetup()
Properties
MarginBottom
Gets or sets the bottom margin in the unit inch.
Declaration
public double MarginBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The bottom margin in the unit inch. |
MarginLeft
Gets or sets the left margin, in the unit inch.
Declaration
public double MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The left margin in the unit inch. |
MarginRight
Gets or sets the right margin in the unit inch.
Declaration
public double MarginRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The right margin in the unit inch. |
MarginTop
Gets or sets the top margin in the unit inch.
Declaration
public double MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The top margin in the unit inch. |
PaperHeight
Gets or sets the paper height in the unit inch.
Declaration
public double PaperHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The paper height in the unit inch. |
PaperWidth
Gets or sets the paper width in the unit inch.
Declaration
public double PaperWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The paper width in the unit inch. |