ActiveReports 12 Server User Guide
OverwriteBehavior Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Contracts Namespace : OverwriteBehavior Enumeration
Defines the behavior for resource overwriting.
Syntax
'Declaration
 
Public Enum OverwriteBehavior 
   Inherits System.Enum
public enum OverwriteBehavior : System.Enum 
Members
MemberDescription
CreateNewDefines whether resource should be considered as new resource.
ReplaceExistingDefines whether existing resource should be replaced.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.ReportServices.Contracts.OverwriteBehavior

See Also

Reference

ActiveReports.Server.ReportServices.Contracts Namespace