ActiveReports 12
Style Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Style Class
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
Style Class
Syntax
'Declaration
 
Public NotInheritable Class Style 
public sealed class Style 
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.Style

See Also

Reference

Style Members
GrapeCity.ActiveReports.PageReportModel Namespace