Exago .NET API Documentation
GetThemeList Method (ReportTheme)
WebReports.Api.Theme Namespace > ReportTheme Class : GetThemeList Method
The PageInfo object
The type of theme to retrieve
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).
Syntax
public static System.Collections.Generic.List<string> GetThemeList( 
   PageInfo pageInfo,
   ReportTheme.ReportThemeType type
)

Parameters

pageInfo
The PageInfo object
type
The type of theme to retrieve

Return Value

A list of the available themes for that type
See Also

Reference

ReportTheme Class
ReportTheme Members