ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / LayoutAreaExtensionsPublic Class / GetStyle Method
The area.

In This Topic
    GetStyle Method (LayoutAreaExtensionsPublic)
    In This Topic
    Gets the style for given area.
    Syntax
    'Declaration
     
    Public Shared Function GetStyle( _
       ByVal area As ILayoutArea _
    ) As IStyle
    public static IStyle GetStyle( 
       ILayoutArea area
    )

    Parameters

    area
    The area.

    Return Value

    IStyle.
    See Also