You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiHtmlExportService Class > StiHtmlExportService Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiHtmlExportService Members

The following tables list the members exposed by StiHtmlExportService.

 
Name 
Description 
 
This is CloseProgress, a member of class StiExportService. 
 
This is OpenFile, a member of class StiExportService. 
 
This is ProcessFile, a member of class StiExportService. 
 
This is the overview for the SendEMail method overload. 
 
This is ShowProgress, a member of class StiExportService. 
 
Name 
Description 
 
Internal use only.  
 
This is Clear, a member of class StiHtmlExportService. 
 
Exports a rendered report to the HTML file. Also rendered report can be sent via e-mail.  
 
This is the overview for the Export method overload. 
 
This is the overview for the ExportHtml method overload. 
 
Exports a document to the stream without dialog of the saving file.  
 
This is GetChartScript, a member of class StiHtmlExportService. 
 
This is the overview for the GetFile method overload. 
 
Returns a filter for Html files.  
 
Returns the filter of all available services which serves for saving, loading a document.  
 
This is GetImage, a member of class StiHtmlExportService. 
 
This is GetOrderFileName, a member of class StiExportService. 
 
This is the overview for the InvokeExporting method overload. 
 
This is OnExporting, a member of class StiExportService. 
 
Creates an instance of the class for the HTML export.  
 
Name 
Description 
 
This is ConvertTextWithHtmlTagsToHtmlText, a member of class StiHtmlExportService. 
 
This is CorrectFileName, a member of class StiExportService. 
 
This is FormatColor, a member of class StiHtmlExportService. 
 
This is GetFileName, a member of class StiExportService. 
 
This is GetGuid, a member of class StiHtmlExportService. 
 
This is PrepareChartData, a member of class StiHtmlExportService. 
 
This is PrepareGaugeData, a member of class StiHtmlExportService. 
 
This is PrepareMapData, a member of class StiHtmlExportService. 
 
This is PrepareSvg, a member of class StiHtmlExportService. 
 
This is PrepareTextForHtml, a member of class StiHtmlExportService. 
 
private void RenderBackColor(StiComponent comp) { if (comp is IStiBrush) { IStiBrush brush = comp as IStiBrush; Color color = StiBrush.ToColor(brush.Brush); RenderBackColor(null, color); 
 
This is the overview for the RenderBorder method overload. 
 
RenderFont(null, font.Font); 
 
private void RenderTextHorAlignment(StiComponent comp) { if (comp is IStiTextHorAlignment) { IStiTextHorAlignment align = comp as IStiTextHorAlignment; RenderTextHorAlignment(align.HorAlignment); 
 
private void RenderTextColor(StiComponent comp) { if (comp is IStiTextBrush) { IStiTextBrush textBrush = comp as IStiTextBrush; Color color = StiBrush.ToColor(textBrush.TextBrush); RenderTextColor(null, color); 
 
This is RenderTextDirection, a member of class StiHtmlExportService. 
 
This is RenderTextHorAlignment, a member of class StiHtmlExportService. 
 
internal void RenderTextHorAlignment(StiTextHorAlignment textHorAlignment) { if (textHorAlignment == StiTextHorAlignment.Left) HtmlWriter.WriteStyleAttribute("text-align", "left"); if (textHorAlignment == StiTextHorAlignment.Center) HtmlWriter.WriteStyleAttribute("text-align", "center"); if (textHorAlignment == StiTextHorAlignment.Right) HtmlWriter.WriteStyleAttribute("text-align", "right"); if (textHorAlignment == StiTextHorAlignment.Width) HtmlWriter.WriteStyleAttribute("text-align", "justify"); 
 
This is RestoreCulture, a member of class StiHtmlExportService. 
 
This is SetCurrentCulture, a member of class StiHtmlExportService. 
 
This is StartExport, a member of class StiExportService. 
 
This is StartProgress, a member of class StiExportService. 
 
Name 
Description 
 
This is RenderedPagesCount, a member of class StiExportService. 
 
Name 
Description 
 
This is HtmlWriter, a member of class StiHtmlExportService. 
 
This is TableRender, a member of class StiHtmlExportService. 
 
Name 
Description 
 
This is ClearOnFinish, a member of class StiHtmlExportService. 
 
Gets or sets a default extension of export.  
 
This is ExportFormat, a member of class StiHtmlExportService. 
 
Gets a export name in the context menu.  
 
Gets a group of the export in the context menu.  
 
Internal use only.  
 
This is IsStoped, a member of class StiExportService. 
 
This is IsStopped, a member of class StiExportService. 
 
Gets a value indicating a number of files in exported document as a result of export of one page of the rendered report.  
 
This is OwnerWindow, a member of class StiExportService. 
 
Gets a position of the export in the context menu.  
 
This is Progress, a member of class StiExportService. 
 
Internal use only.  
 
This is RenderStyles, a member of class StiHtmlExportService. 
 
Render interaction parameters for HTML viewer 
 
Use export service for HTML viewer 
 
Gets a service category.  
 
Gets a service type.  
 
Gets or sets a status string for the progress information.  
 
This is Styles, a member of class StiHtmlExportService. 
 
Internal use only.  
 
Internal use only.  
 
Name 
Description 
 
This is chartData, a member of class StiHtmlExportService. 
 
This is chartType, a member of class StiHtmlExportService. 
 
This is compressToArchive, a member of class StiHtmlExportService. 
 
This is CurrentPassNumber, a member of class StiExportService. 
 
This is exportMode, a member of class StiHtmlExportService. 
 
This is exportQuality, a member of class StiHtmlExportService. 
 
This is fileName, a member of class StiHtmlExportService. 
 
This is hashBookmarkGuid, a member of class StiHtmlExportService. 
 
This is imageFormat, a member of class StiHtmlExportService. 
 
This is imageNumber, a member of class StiHtmlExportService. 
 
This is imageQuality, a member of class StiHtmlExportService. 
 
This is imageResolution, a member of class StiHtmlExportService. 
 
This is isFileStreamMode, a member of class StiHtmlExportService. 
 
This is MaximumPassNumber, a member of class StiExportService. 
 
This is openLinksTarget, a member of class StiHtmlExportService. 
 
This is report, a member of class StiHtmlExportService. 
 
This is useEmbeddedImages, a member of class StiHtmlExportService. 
 
This is useStylesTable, a member of class StiHtmlExportService. 
 
zip 
This is zip, a member of class StiHtmlExportService. 
 
zoom 
This is zoom, a member of class StiHtmlExportService. 
 
Name 
Description 
 
This is PageHorAlignment, a member of class StiHtmlExportService. 
 
This is RemoveEmptySpaceAtBottom, a member of class StiHtmlExportService. 
 
Name 
Description 
 
An event which fires when report is being exported.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.