Click or drag to resize

StiHtml5ExportSettings Class

Class describes settings for export to HTML5 format.
Inheritance Hierarchy

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

The StiHtml5ExportSettings type exposes the following members.

Constructors
  NameDescription
Public methodStiHtml5ExportSettings
Initializes a new instance of the StiHtml5ExportSettings 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.
(Inherited from StiHtmlExportSettings.)
Public propertyBookmarksTreeWidth
Gets or sets defaullt width of bookmarks tree. HTML5 export mode is not supported.
(Inherited from StiHtmlExportSettings.)
Public propertyChartType
Gets or sets type of the chart in the exported html file. HTML5 export mode is not supported.
(Inherited from StiHtmlExportSettings.)
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.
(Inherited from StiHtmlExportSettings.)
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.
(Inherited from StiHtmlExportSettings.)
Public propertyEncoding
Gets or sets encoding of html file.
(Inherited from StiHtmlExportSettings.)
Public propertyExportBookmarksMode
Gets or sets export mode of bookmarks tree. HTML5 export mode is not supported.
(Inherited from StiHtmlExportSettings.)
Public propertyExportMode
Gets or sets mode of html file creation. HTML5 export mode is not supported.
(Inherited from StiHtmlExportSettings.)
Public propertyExportQuality
Gets or sets quality of html file. HTML5 export mode is not supported.
(Inherited from StiHtmlExportSettings.)
Public propertyHtmlType
Gets or sets image type for exported images.
(Overrides StiHtmlExportSettingsHtmlType.)
Public propertyImageFormat
Gets or sets image format for exported images.
(Inherited from StiHtmlExportSettings.)
Public propertyImageQuality
Gets or sets image quality of images which will be exported to result file.
(Inherited from StiHtmlExportSettings.)
Public propertyImageResolution
Gets or sets image resolution of images which will be exported to result file.
(Inherited from StiHtmlExportSettings.)
Public propertyOpenLinksTarget
Gets or sets a target to open links from the exported report.
(Inherited from StiHtmlExportSettings.)
Public propertyPageHorAlignment
Gets or sets the horizontal alignment of pages. HTML5 and MHT export mode is not supported.
(Inherited from StiHtmlExportSettings.)
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.
(Inherited from StiHtmlExportSettings.)
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.
(Inherited from StiHtmlExportSettings.)
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.
(Inherited from StiHtmlExportSettings.)
Public propertyUseWatermarkMargins (Inherited from StiHtmlExportSettings.)
Public propertyZoom
Gets or sets zoom factor of exported file. HTML5 export mode is not supported.
(Inherited from StiHtmlExportSettings.)
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 (Inherited from StiHtmlExportSettings.)
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