[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.-ctor

Style Constructor

Style()

Initializes a new instance of the Style class.

Declaration
public Style()

Style(string, Style, StyleType, bool)

Initializes a new instance of the Style class using a specified name, parent style and style type.

Declaration
public Style(string name, Style parent, StyleType type, bool isLineStyle = false)
Parameters
Type Name Description
string name

A string value indicating the name of the style.

Style parent

A parent Style object.

StyleType type

A StyleType value indicating the type of style.

bool isLineStyle

A bool value indicating whether the style is for a line. Default is false.