ActiveReports 10
Style Constructor(String,Style,StyleType)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class > Style Constructor : Style Constructor(String,Style,StyleType)
Initializes a new instance of the Style class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal parent As Style, _
   ByVal type As StyleType _
)
public Style( 
   string name,
   Style parent,
   StyleType type
)

Parameters

name
parent
type
See Also

Reference

Style Class
Style Members
Overload List