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

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