Exago .NET API Documentation
ReportTheme Class Members
Fields  Methods 

WebReports.Api.Theme Namespace : ReportTheme Class

The following tables list the members exposed by ReportTheme.

Public Fields
 NameDescription
Public FieldThe string that should be appended to the file name within a language file to languagize a theme name  
Public FieldThe theme name for when something isn't using a predefined theme (it's a custom theme)  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) 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  
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Methodstatic (Shared in Visual Basic)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.  
Public Methodstatic (Shared in Visual Basic) 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).  
Top
See Also

Reference

ReportTheme Class
WebReports.Api.Theme Namespace