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

In This Topic
    ReadTheme 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