Share via


OpenReportMethod Enumeration

Specifies the open report method for the ReportDocument Load method.

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

Syntax

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

Members

Member Description
OpenReportByDefault Specifies the report is to be opened exclusively.
OpenReportByTempCopy Specifies a temporary copy of the report is to be opened.

Inheritance Hierarchy

Object
   ValueType
      Enum
         OpenReportMethod

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace