ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StyleSheet Class / Item Property / Item(String) Property
A String indicating the name of the Style to return.

In This Topic
    Item(String) Property
    In This Topic
    Gets a specific Style object in the StyleSheet by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal styleName As String _
    ) As Style
    public Style Item( 
       string styleName
    ) {get;}

    Parameters

    styleName
    A String indicating the name of the Style to return.

    Property Value

    The Style object with the specified name.
    See Also