ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheFormat Enumeration

In This Topic
    CacheFormat Enumeration
    In This Topic
    Possible cache formats
    Syntax
    'Declaration
     
    Public Enum CacheFormat 
       Inherits System.Enum
    public enum CacheFormat : System.Enum 
    Members
    MemberDescription
    BitmapCache to bitmap
    MetafileCache to metafile
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Implementation.CacheFormat

    See Also