Click or drag to resize

StiHtmlExportService Class

A class for the HTML export.
Inheritance Hierarchy

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

The StiHtmlExportService type exposes the following members.

Constructors
  NameDescription
Public methodStiHtmlExportService
Creates an instance of the class for the HTML export.
Top
Properties
  NameDescription
Public propertyClearOnFinish
Public propertyDefaultExtension
Gets or sets a default extension of export.
(Overrides StiExportServiceDefaultExtension.)
Public propertyExportFormat (Overrides StiExportServiceExportFormat.)
Public propertyExportNameInMenu
Gets a export name in the context menu.
(Overrides StiExportServiceExportNameInMenu.)
Public propertyGroupCategory
Gets a group of the export in the context menu.
(Overrides StiExportServiceGroupCategory.)
Public propertyHtmlImageHost
Internal use only.
Public propertyIsStopped (Inherited from StiExportService.)
Public propertyMultipleFiles
Gets a value indicating a number of files in exported document as a result of export of one page of the rendered report.
(Overrides StiExportServiceMultipleFiles.)
Public propertyOwnerWindow (Inherited from StiExportService.)
Public propertyPosition
Gets a position of the export in the context menu.
(Overrides StiExportServicePosition.)
Public propertyProgress (Inherited from StiExportService.)
Public propertyProperties (Inherited from StiService.)
Public propertyRenderAsDocument
Internal use only.
Protected propertyRenderedPagesCount (Inherited from StiExportService.)
Public propertyRenderStyles
Public propertyRenderWebInteractions
Public propertyRenderWebViewer
Public propertyServiceCategory
Gets a service category.
(Inherited from StiExportService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Inherited from StiExportService.)
Public propertyStatusString
Gets or sets a status string for the progress information.
(Inherited from StiExportService.)
Public propertyStyles
Public propertyTotalPageHeight
Internal use only.
Public propertyTotalPageWidth
Internal use only.
Top
Methods
  NameDescription
Public methodAddCoord
Internal use only.
Public methodClear
Public methodClone (Inherited from StiService.)
Protected methodCloseProgress (Inherited from StiExportService.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport(StiReport)
Exports a document to the stream with dialog of saving file.
(Inherited from StiExportService.)
Public methodExport(StiReport, String)
Exports a document to the stream.
(Inherited from StiExportService.)
Public methodExport(StiReport, String, StiGuiMode)
Exports a document to the stream.
(Inherited from StiExportService.)
Public methodExport(StiReport, String, Boolean)
Exports a document to the stream.
(Inherited from StiExportService.)
Public methodExport(StiReport, String, Boolean, StiGuiMode)
Exports a rendered report to the HTML file. Also rendered report can be sent via e-mail.
(Overrides StiExportServiceExport(StiReport, String, Boolean, StiGuiMode).)
Public methodExportHtml(StiReport, Stream)
Exports a document to the HTML.
Public methodExportHtml(StiReport, String)
Exports a document to the HTML.
Public methodExportHtml(StiReport, Stream, StiHtmlExportSettings)
Exports a document to the HTML.
Public methodExportHtml(StiReport, Stream, StiPagesRange)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, StiHtmlExportSettings, StiPagesCollection)
Exports a document to the HTML.
Public methodExportHtml(StiReport, Stream, Double, ImageFormat)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, Double, ImageFormat, StiPagesCollection)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, Double, ImageFormat, StiPagesRange)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, Double, ImageFormat, Int32)
Exports a document to the HTML.
Public methodExportHtml(StiReport, Stream, Double, ImageFormat, StiPagesRange)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, Double, ImageFormat, StiPagesCollection, StiHtmlExportMode, StiHtmlExportQuality)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, Double, ImageFormat, Int32, StiHtmlExportMode, StiHtmlExportQuality)
Exports a document to the HTML.
Public methodExportHtml(StiReport, Stream, Double, ImageFormat, StiPagesRange, StiHtmlExportMode, StiHtmlExportQuality)
Exports a document to the HTML.
Public methodExportHtml(StiReport, Stream, Double, ImageFormat, StiPagesRange, StiHtmlExportMode, StiHtmlExportQuality, Encoding)
Exports a document to the HTML.
Public methodExportHtml(StiReport, StiHtmlTextWriter, Double, ImageFormat, Int32, StiHtmlExportMode, StiHtmlExportQuality, StiHtmlExportBookmarksMode, Int32)
Exports a document to the HTML.
Public methodExportTo
Exports a document to the stream without dialog of the saving file.
(Overrides StiExportServiceExportTo(StiReport, Stream, StiExportSettings).)
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 methodGetChartScript
Public methodStatic memberGetFile(Assembly, String)
Gets the Image object placed in assembly.
Public methodStatic memberGetFile(String, String)
Gets the object placed in assembly.
Public methodGetFilter
Returns a filter for Html files.
(Overrides StiExportServiceGetFilter.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetImage
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeExporting(StiExportingEventArgs) (Inherited from StiExportService.)
Public methodInvokeExporting(Int32, Int32, Int32, Int32) (Inherited from StiExportService.)
Public methodInvokeExporting(StiPage, StiPagesCollection, Int32, Int32) (Inherited from StiExportService.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnExporting (Inherited from StiExportService.)
Protected methodOpenFile (Inherited from StiExportService.)
Public methodPackService (Inherited from StiService.)
Protected methodProcessFile (Inherited from StiExportService.)
Protected methodSendEMail(String, String, String) (Inherited from StiExportService.)
Protected methodSendEMail(String, String, String, String) (Inherited from StiExportService.)
Protected methodShowProgress (Inherited from StiExportService.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventExporting
An event which fires when report is being exported.
(Inherited from StiExportService.)
Top
Fields
  NameDescription
Public fieldHtmlWriter
Public fieldTableRender
Top
See Also