ActiveReports Developer 7
Style Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Style Class

Glossary Item Box

The Style element contains information about the style of a report item. Where possible, the style property names and values match standard HTML/CSS properties. All expression-based Style elements evaluate to either the type listed or to Nothing (an error in evaluation is treated as Nothing). Nothing is equivalent to not specifying the style, thereby indicating that it uses the default value. The expression must evaluate to a Boolean value for Boolean properties, an enumerated value for enum properties, an integer for integer properties and a (formatted) string for all other properties.

Object Model

Style Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Style 
C# 
public sealed class Style 

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.Style

See Also