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
Public method PageSettings Initializes a new instance of the PageSettings class.

Top

Properties

  Name Description
Public property Margins Represents the margins for a report page. Read-only.
Public property PaperSize Represents the paper size settings for a report page. Read-only.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference