ActiveReports 11
Merge Method (Style)

GrapeCity.ActiveReports.v11 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 .
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

Reference

Style Class
Style Members