[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.StyleSheet

StyleSheet Class

Represents a stylesheet for a report, containing a collection of Style objects.

Inheritance
StyleSheet
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class StyleSheet : List<Style>, IList<Style>, ICollection<Style>, IList, ICollection, IReadOnlyList<Style>, IReadOnlyCollection<Style>, IEnumerable<Style>, IEnumerable

Constructors

Name Description
StyleSheet()

Initializes a new instance of the StyleSheet class.

Properties

Name Description
AutoUpgrade

Gets or sets a value indicating whether the stylesheet should automatically upgrade.

this[string]

Gets a specific Style object in the StyleSheet using a specified name.

Methods

Name Description
Load(Stream)

Loads a StyleSheet object from a Stream.

Save(Stream)

Writes a StyleSheet object to a Stream.

Extension Methods