[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.IStyleSheetService

IStyleSheetService Interface

Allows to get report's evaluated styles.

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IStyleSheetService

Properties

Name Description
StyleSheet

Gets a report's StyleSheet object.

Methods

Name Description
GetStyle(int)

Gets evaluated style by specified heading level.

GetStyle(string)

Gets evaluated style by specified name.

Extension Methods