Share via


PrintMode Enumeration

Specifies the print mode in the PrintMode property of the CrystalReportViewer class.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

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

Members

Member Description
ActiveX Prints to an ActiceX print dialog box.
Pdf Prints to a .pdf file.

Inheritance Hierarchy

Object
   ValueType
      Enum
         PrintMode

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 10

See Also

Reference

CrystalDecisions.Web Namespace