ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Theme Class / Load Method

In This Topic
    Load Method (Theme)
    In This Topic
    Load Theme from xml stream
    Syntax
    'Declaration
     
    Public Shared Function Load( _
       ByVal stream As Stream _
    ) As Theme
    public static Theme Load( 
       Stream stream
    )

    Parameters

    stream
    See Also