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