ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / IStyleSheetService Interface / GetStyle Method / GetStyle(Int32) Method
A zero-based Integer indicating the value of HeadingLevel property of the GrapeCity.ActiveReports.PageReportModel.Style object.

In This Topic
    GetStyle(Int32) Method
    In This Topic
    Gets evaluated style by specified heading level.
    Syntax
    'Declaration
     
    Overloads Function GetStyle( _
       ByVal level As Integer _
    ) As Style
    Style GetStyle( 
       int level
    )

    Parameters

    level
    A zero-based Integer indicating the value of HeadingLevel property of the GrapeCity.ActiveReports.PageReportModel.Style object.

    Return Value

    The evaluated style if GrapeCity.ActiveReports.PageReportModel.Style object whith specified heading level found in the report's stylesheet; otherwise, default style.
    See Also