The Style element contains information about the style of a report control. 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
Syntax
'Declaration
Public NotInheritable Class Style
public sealed class Style
Inheritance Hierarchy
System.Object
GrapeCity.ActiveReports.PageReportModel.Style
See Also