Share via


ExportDestinationType Enumeration

Specifies the export destination type in the ExportDestinationType property of the ExportOptions class.

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

Syntax

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

Members

Member Description
DiskFile Export destination is to a disk file.
ExchangeFolder Export destination is to an exchange folder.
MicrosoftMail Export destination is to Microsoft mail (MAPI).
NoDestination No Export destination type set.

Inheritance Hierarchy

Object
   ValueType
      Enum
         ExportDestinationType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace