ActiveReports 8
WriteTheme Method

The theme to save.
The info of the file to save.
Saves the specified theme to the specified file.
Syntax
'Declaration
 
Public Shared Sub WriteTheme( _
   ByVal theme As Theme, _
   ByVal fileInfo As System.IO.FileInfo _
) 
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

Reference

XmlThemeWriter Class
XmlThemeWriter Members

Support Forum