combit List & Label 28 - .NET Help
combit.Reporting.Web Namespace / Html5ViewerOptions Class
Members Example


In This Topic
    Html5ViewerOptions Class
    In This Topic
    Properties for an instance of the Html5Viewer.
    Object Model
    Html5ViewerOptions Class
    Syntax
    'Declaration
     
    
    Public Class Html5ViewerOptions 
       Implements combit.Reporting.ISupportsLogger 
    public class Html5ViewerOptions : combit.Reporting.ISupportsLogger  
    public ref class Html5ViewerOptions : public combit.Reporting.ISupportsLogger  
    Example
    Html5ViewerOptions options = new Html5ViewerOptions();
    options.UseCDNType = Html5ViewerOptions.CDNType.JQuery;
    options.OnListLabelRequest += GetNewListLabelInstance;
    options.ThemeCSSUrl = "llcustom.min.css";
    options.ThemeIconsCSSUrl = "jquery.mobile.icons.min.css";
    options.DataTheme = "c";
    @Html.Html5Viewer("MyReport", options);
    Inheritance Hierarchy

    System.Object
       combit.Reporting.Web.Html5ViewerOptions

    Requirements

    Platforms: Windows 8.1, Windows 10 (Version 20H2 - 22H2), Windows 11 (21H2 - 22H2), Windows Server 2012 - 2022

    See Also