ActiveReports 12
Item Property (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : Item Property
A String indicating the name of the Style to return.
Gets a specific Style object in the StyleSheet by name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal styleName As String _
) As Style
public new Style this[ 
   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

Reference

StyleSheet Class
StyleSheet Members