Click or drag to resize

StiHtmlExportSettings Class

Class describes settings for export to HTML format.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiHtmlExportSettings : StiPageRangeExportSettings

The StiHtmlExportSettings type exposes the following members.

Constructors
  NameDescription
Public methodStiHtmlExportSettings
Initializes a new instance of the StiHtmlExportSettings class
Public methodStiHtmlExportSettings(StiHtmlType)
Initializes a new instance of the StiHtmlExportSettings class
Top
Properties
  NameDescription
Public propertyAddPageBreaks
Gets or sets value which indicates that special page breaks marker will be added to result html file. HTML5 export mode is not supported.
Public propertyBookmarksTreeWidth
Gets or sets defaullt width of bookmarks tree. HTML5 export mode is not supported.
Public propertyChartType
Gets or sets type of the chart in the exported html file. HTML5 export mode is not supported.
Public propertyCompressToArchive
Gets or sets a value indicating whether it is necessary to save output file as zip-file. HTML5 and MHT export mode is not supported.
Public propertyContinuousPages
Gets or sets value which indicates that all report pages will be shown as vertical ribbon. HTML and MHT export mode is not supported.
Public propertyEncoding
Gets or sets encoding of html file.
Public propertyExportBookmarksMode
Gets or sets export mode of bookmarks tree. HTML5 export mode is not supported.
Public propertyExportMode
Gets or sets mode of html file creation. HTML5 export mode is not supported.
Public propertyExportQuality
Gets or sets quality of html file. HTML5 export mode is not supported.
Public propertyHtmlType
Gets or sets type of the exported html file.
Public propertyImageFormat
Gets or sets image format for exported images.
Public propertyImageQuality
Gets or sets image quality of images which will be exported to result file.
Public propertyImageResolution
Gets or sets image resolution of images which will be exported to result file.
Public propertyOpenLinksTarget
Gets or sets a target to open links from the exported report.
Public propertyPageHorAlignment
Gets or sets the horizontal alignment of pages. HTML5 and MHT export mode is not supported.
Public propertyPageRange (Inherited from StiPageRangeExportSettings.)
Public propertyRemoveEmptySpaceAtBottom
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of the page. HTML5 and MHT export mode is not supported.
Public propertyUseEmbeddedImages
Gets or sets a value indicating whether it is necessary to save images as embedded data in html file. HTML5 and MHT export mode is not supported.
Public propertyUseStylesTable
Gets or sets value which indicates that table styles will be used in result html file. HTML5 and MHT export mode is not supported.
Public propertyUseWatermarkMargins
Public propertyZoom
Gets or sets zoom factor of exported file. HTML5 export mode is not supported.
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 methodGetExportFormat (Overrides StiExportSettingsGetExportFormat.)
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