[]
Represents a stylesheet for a report, containing a collection of Style objects.
public sealed class StyleSheet : List<Style>, IList<Style>, ICollection<Style>, IList, ICollection, IReadOnlyList<Style>, IReadOnlyCollection<Style>, IEnumerable<Style>, IEnumerable
Name | Description |
---|---|
StyleSheet() | Initializes a new instance of the StyleSheet class. |
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. |
Name | Description |
---|---|
Load(Stream) | Loads a StyleSheet object from a Stream. |
Save(Stream) | Writes a StyleSheet object to a Stream. |