MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintRange Enumeration

PrintRange Enumeration
Specifies the part of the document to print. This is a cross-platform version of System.Drawing.Printing.PrintRange.
Syntax
'Declaration
 
Public Enum PrintRange 
   Inherits System.Enum
 
Members
MemberDescription
AllPagesAll pages are printed.
CurrentPageThe currently displayed page is printed.
SelectionThe selected pages are printed.
SomePagesThe pages between FromPage and ToPage are printed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Printing.PrintRange

See Also