[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet.-ctor

EmbeddedStyleSheet Constructor

EmbeddedStyleSheet(string, StyleSheet)

Initializes a new instance of the EmbeddedStyleSheet class using a specified name and stylesheet.

Declaration
public EmbeddedStyleSheet(string name, StyleSheet styleSheet)
Parameters
Type Name Description
string name

A string value indicating the name of the embedded stylesheet.

StyleSheet styleSheet

A StyleSheet object containing the stylesheet data.

EmbeddedStyleSheet()

Initializes a new instance of the EmbeddedStyleSheet class.

Declaration
public EmbeddedStyleSheet()