ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / GetTheme Method

In This Topic
    GetTheme Method
    In This Topic
    Gets the current UI theme of the viewer.
    Syntax
    'Declaration
     
    Public Function GetTheme() As ValueTask(Of ColorTheme)
    public ValueTask<ColorTheme> GetTheme()

    Return Value

    The current UI theme.
    See Also