Viewer Mode.
Namespace:
PerpetuumSoft.Reporting.WebAssembly: 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 name | Description | |
---|---|---|
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. |