Enumeration of export formats.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Members

Member nameDescription
Pdf
Execution of export to the PDF format.
Xps
Execution of export to the XPS format.
Excel
Execution of export to the Excel format.
Html
Execution of export to the Html format.
Rtf
Execution of export to the RTF format.

See Also