combit List & Label 30 - .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.


WebReportViewer(HtmlHelper,WebReportViewerMVCOptions) Method
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 8, .NET 9

See Also