ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / XmlThemeWriter Class / WriteTheme Method
The theme to save.
The info of the file to save.

In This Topic
    WriteTheme Method
    In This Topic
    Saves the specified theme to the specified file.
    Syntax
    'Declaration
     
    Public Shared Sub WriteTheme( _
       ByVal theme As Theme, _
       ByVal fileInfo As FileInfo _
    ) 
    public static void WriteTheme( 
       Theme theme,
       FileInfo fileInfo
    )

    Parameters

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