ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / XmlThemeReader Class / ReadTheme(FileInfo) Method
The FileInfo of the file contains theme.

In This Topic
    ReadTheme(FileInfo) Method
    In This Topic
    Reads and returns Theme.
    Syntax
    'Declaration
     
    Public Shared Function ReadTheme( _
       ByVal themefileInfo As FileInfo _
    ) As Theme
    public static Theme ReadTheme( 
       FileInfo themefileInfo
    )

    Parameters

    themefileInfo
    The FileInfo of the file contains theme.

    Return Value

    Theme instance.
    See Also