ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / Themes Property

In This Topic
    Themes Property (ReportDesigner)
    In This Topic
    Gets or sets the settings for themes, allowing configuration of the default theme, available themes for user selection, and settings for the theme selector.
    Syntax
    'Declaration
     
    Public Property Themes As ThemeSettings
    public ThemeSettings Themes {get; set;}

    Property Value

    A GrapeCity.ActiveReports.Blazor.Viewer.ThemeSettings object representing the settings for themes.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also