Table of Contents

Enum ReportViewerMode

Namespace
GroupeIsa.Neos.Shared.Reports
Assembly
GroupeIsa.Neos.Shared.dll

Specifies the logical operator between the criteria in a datasource filter operation.

public enum ReportViewerMode

Fields

Continuous = 1

All the pages shown vertically, one after the other.

MultiplePages = 2

All the pages shown as tiles (if there is enough horizontal space; falls back to Continuous mode otherwise).

SinglePage = 0

Single page with "next" and "previous" navigation buttons.