combit List & Label 29 - .NET Help
combit.Reporting.Web Namespace / WebReportViewerMVCHelper Class / WebReportViewer Method / WebReportViewer(HtmlHelper,WebReportViewerMVCOptions) Method
The HTML helper instance that this method extends.
Pass custom options to the React-based component.


In This Topic
    WebReportViewer(HtmlHelper,WebReportViewerMVCOptions) Method
    In This Topic
    Renders a React-based component that shows reports in the browser, supporting all major browsers, operating systems and mobile devices.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function WebReportViewer( _
       ByVal html As HtmlHelper, _
       ByVal webReportViewerOptions As WebReportViewerMVCOptions _
    ) As MvcHtmlString

    Parameters

    html
    The HTML helper instance that this method extends.
    webReportViewerOptions
    Pass custom options to the React-based component.
    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