ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / SetTheme Method
The UI theme to apply to the viewer.

In This Topic
    SetTheme Method
    In This Topic
    Sets the UI theme for the viewer.
    Syntax
    'Declaration
     
    Public Function SetTheme( _
       ByVal theme As ColorTheme _
    ) As Task
    public Task SetTheme( 
       ColorTheme theme
    )

    Parameters

    theme
    The UI theme to apply to the viewer.

    Return Value

    A task that represents the asynchronous operation of setting the viewer's theme.
    See Also