[]
Represents information about a stylesheet that is embedded within the report definition.
public sealed class EmbeddedStyleSheet : IValidateable
| 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. |
| 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. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the EmbeddedStyleSheet object. |