Package com.stimulsoft.report.saveLoad
Class StiDocument
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.saveLoad.StiDocument
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
Describes the class that is used for for storing a rendered report.
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StiBookmarkGets or sets the root bookmark of a document.final StiPagesCollectiongetPages()Gets collection of rendered report pages.final StiReportGets or sets the report which rendered pages are used for rendering of a document.final StringGets or sets a report alias.final StringGets or sets a report author.final CalendarGets or sets the date of the report creation.final StringGets or sets a report description.final StringGets or sets a report name.final StringGets or sets version a report engine.final StiResourcesCollectionGets collection of variables of report.final StiStylesCollectionfinal StiUnitgetUnit()final StiVariablesCollectionGets collection of variables of report.final voidsetBookmark(StiBookmark value) final voidsetPages(StiPagesCollection pagesCollection) final voidfinal voidsetReportAlias(String value) final voidsetReportAuthor(String value) final voidsetReportCreated(Calendar value) final voidsetReportDescription(String value) final voidsetReportName(String value) final voidsetReportVersion(String value) voidsetResources(StiResourcesCollection resources) voidsetStyles(StiStylesCollection styles) final voidfinal voidMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiDocument
public StiDocument() -
StiDocument
Creates a new object of the type StiDocument.- Parameters:
report- Rendered report.
-
-
Method Details
-
getReportName
Gets or sets a report name. -
setReportName
-
getReportAlias
Gets or sets a report alias. -
setReportAlias
-
getReportAuthor
Gets or sets a report author. -
setReportAuthor
-
getReportVersion
Gets or sets version a report engine. -
setReportVersion
-
getReportDescription
Gets or sets a report description. -
setReportDescription
-
getReportCreated
Gets or sets the date of the report creation. -
setReportCreated
-
getUnit
-
setUnit
-
getPages
Gets collection of rendered report pages. -
setPages
-
getVariables
Gets collection of variables of report. -
getResources
Gets collection of variables of report. -
setResources
-
setVariables
-
getBookmark
Gets or sets the root bookmark of a document. -
setBookmark
-
getStyles
-
setStyles
-
getReport
Gets or sets the report which rendered pages are used for rendering of a document. -
setReport
-