List & Label .NET
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerController Class
Members


In This Topic
    WebReportViewerController Class
    In This Topic
    Base class to inherit from for custom controllers that host the Web Report Viewer
    Object Model
    WebReportViewerController Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class WebReportViewerController 
       Inherits System.Web.Http.ApiController
    public abstract class WebReportViewerController : System.Web.Http.ApiController 
    public ref class WebReportViewerController abstract : public System.Web.Http.ApiController 
    Remarks

    the objects defined in the Designer and their properties cannot always be fully transferred to any export format. The Web Report Viewer uses the List & Label XHTML/CSS Export module internally for displaying reports. For this reason, the limitations of the XHTML/CSS Export module also apply directly to the Web Report Viewer.

    Inheritance Hierarchy

    System.Object
       System.Web.Http.ApiController
          combit.Reporting.Web.WebReportViewer.WebReportViewerController
             combit.Reporting.Web.WebReportDesigner.Server.WebReportDesignerController

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also