[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add

Add Method

Add(string)

Adds a new Style object with the specified name to the collection.

Declaration
public void Add(string name)
Parameters
Type Name Description
string name

Add(string, string)

Adds a new Style object to the collection and sets its parent style to the specified parent Style.

Declaration
public void Add(string name, string nameOfParent)
Parameters
Type Name Description
string name
string nameOfParent

Add(StyleSheetRule)

Adds the specified Style object to the collection.

Declaration
public int Add(StyleSheetRule value)
Parameters
Type Name Description
StyleSheetRule value
Returns
Type Description
int