[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.LoadStyles

LoadStyles Method

LoadStyles(string)

Loads the report stylesheet from an external file.

Declaration
public void LoadStyles(string fileName)
Parameters
Type Name Description
string fileName

A string value to load styles.

Exceptions
Type Condition
Exception

Throws an error if no styles are found.

LoadStyles(Stream)

Loads the report stylesheet from a stream.

Declaration
public void LoadStyles(Stream inStream)
Parameters
Type Name Description
Stream inStream

A Stream to load styles input.

Exceptions
Type Condition
Exception

Throws an error if no styles are found.