ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / IStyleSheetService Interface / GetStyle Method / GetStyle(String) Method
A String indicating the name of the GrapeCity.ActiveReports.PageReportModel.Style object.

In This Topic
    GetStyle(String) Method
    In This Topic
    Gets evaluated style by specified name.
    Syntax
    'Declaration
     
    Overloads Function GetStyle( _
       ByVal styleName As String _
    ) As Style
    Style GetStyle( 
       string styleName
    )

    Parameters

    styleName
    A String indicating the name of the GrapeCity.ActiveReports.PageReportModel.Style object.

    Return Value

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