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

The methods of the StiHtmlExportService class are listed here.

 
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 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.  
 
This is GetImage, a member of class StiHtmlExportService. 
 
Name 
Description 
 
This is ConvertTextWithHtmlTagsToHtmlText, a member of class StiHtmlExportService. 
 
This is FormatColor, a member of class StiHtmlExportService. 
 
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. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.