[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.ITheme

ITheme Interface

Represents an interface to interact with theme information.

Namespace: GrapeCity.ActiveReports.Rdl.Themes
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface ITheme

Properties

Name Description
Theme

Gets the currently attached theme.

ThemeAttached

Gets a value indicating whether a theme file is currently attached.

ThemeUri

Gets the URI of the currently attached theme.

Methods

Name Description
CreateTheme(string)

Creates a new theme based on the supplied URI.

GetColors()

Returns all the theme colors associated with the currently attached theme.

Extension Methods