Share via


EnumServerFileType Enumeration

Specifies the object type in the ObjectType property of the ServerFileReport Class.

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

Syntax

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

Members

Member Description
FOLDER Indicates that the object is a Server File folder.
INVALID Indicates that the object is invalid.
REPORT Indicates that object is a Server File report.

Inheritance Hierarchy

Object
   ValueType
      Enum
         EnumServerFileType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace