ActiveReports Developer 7
WriteTheme Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > XmlThemeWriter Class : WriteTheme Method

theme
The theme to save.
fileInfo
The info of the file to save.

Glossary Item Box

Saves the specified theme to the specified file.

Syntax

Visual Basic (Declaration) 
Public Shared Sub WriteTheme( _
   ByVal theme As Theme, _
   ByVal fileInfo As System.IO.FileInfo _
) 
C# 
public static void WriteTheme( 
   Theme theme,
   System.IO.FileInfo fileInfo
)

Parameters

theme
The theme to save.
fileInfo
The info of the file to save.

See Also