ExportFormatType Enumeration

Specifies the export format type in the ExportFormatType property of the ExportOptions class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration ExportFormatType
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration ExportFormatType : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
CrystalReport Export format of the report is a Crystal Report (RPT) file.
Excel Export format of the report is a Microsoft Excel (97-2003) file.
ExcelRecord Export format of the report is an Microsoft Excel (97-2003) Data-Only file.
HTML32 Export format of the report is an HTML 3.2 file.
HTML40 Export format of the report is an HTML 4.0 file.
NoFormat No export format specified.
PortableDocFormat Export format of the report is a PDF file.
RichText Export format of the report is a Rich Text Format (RTF) file.
WordForWindows Export format of the report is a Microsoft Word (97-2003) file.

Inheritance Hierarchy

Object
   ValueType
      Enum
         ExportFormatType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace