ActiveReports 12 Server User Guide
PolicyType Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace : PolicyType Enumeration
Represents type of the policy.
Syntax
'Declaration
 
Public Enum PolicyType 
   Inherits System.Enum
public enum PolicyType : System.Enum 
Members
MemberDescription
CachePolicyThis type of policies is created using Designer UI and describe cache processing rules.
HiddenScheduledPolicyThis type of policies which can not be showed in UI but can show the history.
ScheduledPolicyThis type of policies is created using Designer UI and mean to be used as scheduled actions.
SendEmailPolicyThis type of policies which can not be showed in UI.
SystemScheduledPolicyThis type of policies is created using UI indirectly and mean not be showed in UI and modified only by admin.
Inheritance Hierarchy

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

See Also

Reference

ActiveReports.Server.Scheduling Namespace