ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / Merge Method
Style of report element.
External style obtained from stylesheet. Default style will be used if this parameter is null .

In This Topic
    Merge Method (Style)
    In This Topic
    Merges given report element style with extrenal style from stylesheet.
    Syntax
    'Declaration
     
    Public Shared Function Merge( _
       ByVal local As Style, _
       ByVal external As Style _
    ) As Style
    public static Style Merge( 
       Style local,
       Style external
    )

    Parameters

    local
    Style of report element.
    external
    External style obtained from stylesheet. Default style will be used if this parameter is null .
    See Also