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


In This Topic
    Html5ViewerControl Class
    In This Topic
    Renders an HTML5-based component that displays reports in the browser, supporting all major browsers, operating systems and mobile devices. For the ASP.NET MVC version of this control, see Html5ViewerMVCHelper.Html5Viewer.
    Object Model
    Html5ViewerControl ClassHtml5ViewerOptions Class
    Syntax
    'Declaration
     
    
    Public Class Html5ViewerControl 
       Inherits System.Web.UI.WebControls.WebControl
    public class Html5ViewerControl : System.Web.UI.WebControls.WebControl 
    public ref class Html5ViewerControl : public System.Web.UI.WebControls.WebControl 
    Example
    <form method="post" runat="server">
       <div>
          <combit:Html5ViewerControl ID="Html5ViewerControl1" runat="server"></combit:Html5ViewerControl>
       </div>
    </form>
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             combit.Reporting.Web.Html5ViewerControl

    Requirements

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

    See Also