ActiveReports 12 Server User Guide
ExistingFileBehavior Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace : ExistingFileBehavior Enumeration
Defines a behavior which should be applied in situation when file exists.
Syntax
'Declaration
 
Public Enum ExistingFileBehavior 
   Inherits System.Enum
public enum ExistingFileBehavior : System.Enum 
Members
MemberDescription
IncrementDefines that file should be saved with incremented name.
NotSpecifiedAction is not specified.
OverwriteDefines that file should be overwritten.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.Scheduling.ExistingFileBehavior

See Also

Reference

ActiveReports.Server.Scheduling Namespace