Click or drag to resize

StiStylesSheet Class

Class describes a list of styles.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiStylesSheet

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiStylesSheet

The StiStylesSheet type exposes the following members.

Constructors
  NameDescription
Public methodStiStylesSheet
Creates a new object of the type StiStylesSheet.
Top
Properties
  NameDescription
Public propertyStyles
Gets or sets styles of report.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad(Stream)
Loads a list of styles from the stream.
Public methodLoad(String)
Loads a list of styles from the file.
Public methodLoadFromJsonFile
Loads a list of styles from the json file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave(Stream)
Saves a list of styles in the stream.
Public methodSave(String)
Saves a list of styles from the file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also