List & Label .NET
combit.Reporting.Web Namespace / WebReportViewerTheme Class / WebReportViewerTheme Constructor


In This Topic
    WebReportViewerTheme Constructor
    In This Topic
    Initializes a new instance of the WebReportViewerTheme class that contains the default theme for the Web Report Viewer. The theme can be applied by setting the "theme"-property of the Web Report Viewer component to the serialized JSON or by using the @Html.WebReportViewer helper.
    Syntax
    'Declaration
     
    
    Public Function New()
    public WebReportViewerTheme()
    public:
    WebReportViewerTheme();
    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