Click or drag to resize

StiDocument Class

Describes the class that is used for for storing a rendered report.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.SaveLoadStiDocument

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

The StiDocument type exposes the following members.

Constructors
  NameDescription
Public methodStiDocument
Creates a new object of the type StiDocument.
Top
Properties
  NameDescription
Public propertyBookmark
Gets or sets the root bookmark of a document.
Public propertyGuid
Public propertyPages
Gets collection of rendered report pages.
Public propertyPreviewSettings
Gets or sets controls which will be shown in the Viewer Window.
Public propertyRenderedWith
Gets or sets a technology a report was rendered with.
Public propertyReport
Gets or sets the report which rendered pages are used for rendering of a document.
Public propertyReportAlias
Gets or sets a report alias.
Public propertyReportAuthor
Gets or sets a report author.
Public propertyReportCreated
Gets or sets the date of the report creation.
Public propertyReportDescription
Gets or sets a report description.
Public propertyReportName
Gets or sets a report name.
Public propertyReportVersion
Gets or sets version a report engine.
Public propertyResources
Gets or sets collection of the report resources.
Public propertyStyles
Gets a collection which consists of report styles.
Public propertyUnit
Public propertyVariables
Gets collection of variables 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also