Enum ViewMode
Specifies the page view mode for the ReportViewer control.
Namespace: Telerik.ReportViewer.WinForms
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public enum ViewMode
Interactive
Enables Interactive page view. In this mode, strict restrictions for report pagination are removed and interactivity is enabled.
PrintPreview
Enables PrintPreview page view. In this mode, the report is paged strictly according to its page settings.