ActiveReports 12
Style Constructor(String,Style,StyleType,Boolean)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class > Style Constructor : Style Constructor(String,Style,StyleType,Boolean)
The name of the style.
Parent style.
Style type.
Initializes a new instance of the Style class with specified name, parent style and style type.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal parent As Style, _
   ByVal type As StyleType, _
   Optional ByVal isLineStyle As Boolean _
)
public Style( 
   string name,
   Style parent,
   StyleType type,
   bool isLineStyle
)

Parameters

name
The name of the style.
parent
Parent style.
type
Style type.
isLineStyle
See Also

Reference

Style Class
Style Members
Overload List