Viewer Mode.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public enum ViewMode
Visual Basic (Declaration)
Public Enumeration ViewMode
Visual C++
public enum class ViewMode

Members

Member nameDescription
HtmlSinglePage
Show single page in Html format.
HtmlWholeReport
Show whole report in Html format.
WindowsForms
Place Windows Forms Viewer inside page.
PdfWholeReport
Shows the whole report in PDF format.

See Also