ActiveReports 10 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.
ScheduledPolicyThis type of policies is created using Designer UI and mean to be used as scheduled actions.
SystemScheduledPolicyThis type of policies is created using UI indirectly and mean not be showed in UI.
Inheritance Hierarchy

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

See Also

Reference

ActiveReports.Server.Scheduling Namespace