PageSettings Class
Represents the page settings for a report.
Inheritance Hierarchy
System.Object
  ReportExecution2005.PageSettings
Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PageSettings
'Usage
Dim instance As PageSettings
[SerializableAttribute]
public class PageSettings
[SerializableAttribute]
public ref class PageSettings
[<SerializableAttribute>]
type PageSettings =  class end
public class PageSettings
The PageSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | PageSettings | Initializes a new instance of the PageSettings class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Margins | Represents the margins for a report page. Read-only. | 
| .gif) | PaperSize | Represents the paper size settings for a report page. Read-only. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | 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.