Share via


PaperOrientation Enumeration

Specifies the paper orientation in the PaperOrientation property of the PrintOptions class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration PaperOrientation
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration PaperOrientation : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
DefaultPaperOrientation Orientation of report will be taken from printers default settings.
Landscape Orientation of report will be landscape.
Portrait Orientation of report will be portrait.

Inheritance Hierarchy

Object
   ValueType
      Enum
         PaperOrientation

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace