ReportPageSettings Class

 

Represents the page settings for a report.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.ReportPageSettings

Syntax

[SerializableAttribute]
public sealed class ReportPageSettings
[SerializableAttribute]
public ref class ReportPageSettings sealed 
[<Sealed>]
[<SerializableAttribute>]
type ReportPageSettings = class end
<SerializableAttribute>
Public NotInheritable Class ReportPageSettings

Properties

Name Description
System_CAPS_pubproperty IsLandscape

Indicates whether the orientation of the report as defined in the report definition file is landscape.

System_CAPS_pubproperty Margins

Represents the margins for a report page. Read-only.

System_CAPS_pubproperty PaperSize

Represents the paper size settings for a report page. Read-only.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Reporting.WinForms Namespace

Return to top