'Declaration
Public Overloads Shared Function WebReportDesigner( _ ByVal html As HtmlHelper, _ ByVal webReportDesignerOptions As WebReportDesignerMVCOptions _ ) As MvcHtmlString
public static MvcHtmlString WebReportDesigner( HtmlHelper html, WebReportDesignerMVCOptions webReportDesignerOptions )
public: static MvcHtmlString^ WebReportDesigner( HtmlHelper^ html, WebReportDesignerMVCOptions^ webReportDesignerOptions )
Parameters
- html
- The HTML helper instance that this method extends.
- webReportDesignerOptions
- Pass custom options to the React-based component.