PageSettings Class
Represents the page settings for a report.
Inheritance Hierarchy
System.Object
ReportExecution2005.PageSettings
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Class PageSettings
'Usage
Dim instance As PageSettings
public class PageSettings
public ref class PageSettings
type PageSettings = class end
public class PageSettings
The PageSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageSettings | Initializes a new instance of the PageSettings class. |
Top
Properties
Name | Description | |
---|---|---|
Margins | Represents the margins for a report page. Read-only. | |
PaperSize | Represents the paper size settings for a report page. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This is returned as a property of the ExecutionInfo class and encapsulates page settings for a report.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.