ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ReportViewer Class / ReportViewer Constructor
The html helper
The selector

In This Topic
    ReportViewer Constructor
    In This Topic
    Creates one ReportViewer instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal helper As IHtmlHelper, _
       Optional ByVal selector As String _
    )
    public ReportViewer( 
       IHtmlHelper helper,
       string selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also