Name | Description | |
---|---|---|
![]() | LanguageIdAppend | The string that should be appended to the file name within a language file to languagize a theme name |
![]() | ThemeNameCustom | The theme name for when something isn't using a predefined theme (it's a custom theme) |
The following tables list the members exposed by ReportTheme.
Name | Description | |
---|---|---|
![]() | LanguageIdAppend | The string that should be appended to the file name within a language file to languagize a theme name |
![]() | ThemeNameCustom | The theme name for when something isn't using a predefined theme (it's a custom theme) |
Name | Description | |
---|---|---|
![]() ![]() | Exists | Determine if a theme exists. This function first checks the root report directory, if it doesn't exist there the installation path "Themes" folder is checked |
![]() ![]() | GetExtension | Overloaded. |
![]() ![]() | GetTheme | Retrieve a theme from the Storage Management database, based on the provided theme type and theme name. The returned string can be cast to the corresponding theme type: either ColorTheme Class for chart, gauge or map themes; CrossTabReportTheme Class for CrossTab themes; ExpressReportTheme Class for Express Report themes (deprecated); ExpressViewTheme Class for ExpressView themes. |
![]() ![]() | GetThemeList | Retrieve a list of themes that are a certain type. Themes are in the installation path "Themes" folder (for eWebReports default themes) as well as in the root reports folder (for client specific reports). |