[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.XmlThemeWriter.WriteTheme

WriteTheme Method

WriteTheme(Theme, FileInfo)

Saves the specified theme to the specified file.

Declaration
public static void WriteTheme(Theme theme, FileInfo fileInfo)
Parameters
Type Name Description
Theme theme

A Theme object to save.

FileInfo fileInfo

A FileInfo object representing the file where the theme will be saved.

Examples
var themeFileInfo = new FileInfo("path/for/theme.rdlx-theme");
XmlThemeWriter.WriteTheme(yourTheme, themeFileInfo);