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


WebReportDesigner(HtmlHelper,WebReportDesignerMVCOptions) Method
Renders a React-based component that edit reports in the browser, supporting all major browsers, operating systems and mobile devices.
Syntax
'Declaration
 
Public Overloads Shared Function WebReportDesigner( _
   ByVal html As HtmlHelper, _
   ByVal webReportDesignerOptions As WebReportDesignerMVCOptions _
) As MvcHtmlString
 

Parameters

html
The HTML helper instance that this method extends.
webReportDesignerOptions
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