PageSettings Class
Represents the page settings for a report.
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
Remarks
This is returned as a property of the ExecutionInfo class and encapsulates page settings for a report.
Inheritance Hierarchy
System.Object
  ReportExecution2005.PageSettings
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.