[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Viewer.ViewType

ViewType Property

ViewType

Gets or sets a value that determines how the viewer shows pages (single/multi/continuous).

Declaration
public ViewType ViewType { get; set; }
Property Value
Type Description
ViewType

A ViewType value.

Remarks
<p>

The ViewType property can be set to:

  • SinglePage to display one page at a time.
  • Continuous to display pages in a continuous vertical scroll.
  • MultiPage to display multiple pages at a time in a grid layout.