MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StyleSheet Class / Item Property / Item(String) Property
A System.String value indicating the name of the Style to retrieve.

In This Topic
Item(String) Property
In This Topic
Gets a specific Style object in the StyleSheet using a specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal styleName As String _
) As Style
 

Parameters

styleName
A System.String value indicating the name of the Style to retrieve.

Property Value

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