ActiveReports 12 Server User Guide
TwoSidedPrinting Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace : TwoSidedPrinting Enumeration
Specifies whether and how to print the report on both sides of the paper.
Syntax
'Declaration
 
Public Enum TwoSidedPrinting 
   Inherits System.Enum
public enum TwoSidedPrinting : System.Enum 
Members
MemberDescription
LongEdge

Prints the pages on the front and back of the paper so that they are bound along the long edge of the paper, like a book. When you turn the page from right to left, the back of the page is oriented the same as the front.

OneSidedPrints the pages on only one side of the paper.
ShortEdgePrints the pages on the front and back of the paper so that they are bound along the short edge of the paper, like a top-bound notepad. When you flip the page up from the bottom, the back of the page is oriented so that you can read it in that position.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.Scheduling.TwoSidedPrinting

See Also

Reference

ActiveReports.Server.Scheduling Namespace