combit List & Label 29 - .NET Help
combit.Reporting.Web Namespace / CDNType Enumeration


In This Topic
    CDNType Enumeration
    In This Topic
    Sets the source for referenced Javascript and CSS files (jQuery, jQuery Mobile, ...).
    Syntax
    'Declaration
     
    
    Public Enum CDNType 
       Inherits System.Enum
    public enum CDNType : System.Enum 
    public enum class CDNType : public System.Enum 
    Members
    MemberDescription
    GoogleLoad files Google`s CDN servers.
    InheritedDon`t include files from CDN servers. The page on which the control is rendered already has references to the libraries
    JQueryLoad files jQuery`s CDN servers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.CDNType

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also