[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet

EmbeddedStyleSheet Class

Represents information about a stylesheet that is embedded within the report definition.

Inheritance
EmbeddedStyleSheet
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class EmbeddedStyleSheet : IValidateable

Constructors

Name Description
EmbeddedStyleSheet()

Initializes a new instance of the EmbeddedStyleSheet class.

EmbeddedStyleSheet(string, StyleSheet)

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

Properties

Name Description
Data

Gets or sets a data of the embedded stylesheet in XML format.

Name

Gets or sets a name of the embedded stylesheet.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the EmbeddedStyleSheet object.

Extension Methods