ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Render Method

In This Topic
    Render Method (ReportViewer)
    In This Topic
    Used for render viewer to element
    Syntax
    'Declaration
     
    Public Function Render( _
       ByVal jSRuntime As IJSRuntime, _
       ByVal element As String, _
       ByVal options As InitializationOptions _
    ) As Task
    public Task Render( 
       IJSRuntime jSRuntime,
       string element,
       InitializationOptions options
    )

    Parameters

    jSRuntime
    element
    options
    See Also