[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.Render

Render Method

Render(IJSRuntime, string, InitializationOptions)

Renders the viewer to an element.

Declaration
public Task Render(IJSRuntime jSRuntime, string element, InitializationOptions options)
Parameters
Type Name Description
IJSRuntime jSRuntime

The JavaScript runtime instance used to interact with JavaScript functions.

string element

The ID of the HTML element where the viewer will be rendered.

InitializationOptions options

The initialization options used to configure the viewer.

Returns
Type Description
Task

A task that represents the asynchronous operation of rendering the viewer.