Specifies the export formats that should be made available in the export button of the navigation bar.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
[FlagsAttribute]
public enum ExportFormatsEnum
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration ExportFormatsEnum

Members

Member nameDescription
None
PDF
HTML
XLS
RTF
All

See Also