Share via


EnumEnterpriseObjectType Enumeration

Specifies the object type in the ObjectType property of the EnterpriseReport class.

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

Syntax

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

Members

Member Description
FOLDER Indicates that the object is an Enterprise folder.
INVALID Indicates that the object is invalid.
REPORT Indicates that object is an Enterprise report.
UNKNOWN Indicates that the object is an unknown Enterprise object type, but not a container.
UNKNOWN_CONTAINER Indicates that the object is an unknown Enterprise object type that is a container.

Inheritance Hierarchy

Object
   ValueType
      Enum
         EnumEnterpriseObjectType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace