Selerix Developer Tools
ReportIntervalType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : ReportIntervalType Enumeration
report interval type
Syntax
public enum ReportIntervalType = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum ReportIntervalType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum ReportIntervalType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class ReportIntervalType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum ReportIntervalType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
 
'Usage
 
Dim instance As ReportIntervalType
Members
MemberValueDescription
Days1The days
Months3The months
NoInterval0The no interval
Weeks2The weeks
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.ReportIntervalType

See Also

Reference

Selerix.BusinessObjects Namespace