[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintRange

PrintRange Enum

Specifies the part of the document to print. This is a cross-platform version of System.Drawing.Printing.PrintRange.

Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum PrintRange

Fields

Name Description
AllPages

All pages are printed.

CurrentPage

The currently displayed page is printed.

Selection

The selected pages are printed.

SomePages

The pages between FromPage and ToPage are printed.

Extension Methods