ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class PageSetup

Represents the page setup for a report.

Inheritance
System.Object
PageSetup
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()
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public class PageSetup

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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved