[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.StyleSheet.Item

this Property

this[string]

Gets a specific Style object in the StyleSheet using a specified name.

Declaration
public Style this[string styleName] { get; }
Parameters
Type Name Description
string styleName

A string value indicating the name of the Style to retrieve.

Property Value
Type Description
Style

A Style object with the specified name, or null if not found.