StiHtmlTable Class

Namespace: Stimulsoft.Report.Export

Constructors

Constructor Description
StiHtmlTable()  

StiHtmlTable()

Methods

Method Returns Description
RenderControl void  
StringToTitle static string  
StringToUrl static string  

Method Details

RenderControl

RenderControl(writer: StiHtmlTextWriter, addPageBreaks: bool): void

Parameters


StringToTitle static

StringToTitle(input: string): string

Parameters

  • input (string)

Returns string


StringToUrl static

StringToUrl(input: string): string

Parameters

  • input (string)

Returns string

Fields

Field Type Description
Align StiHorAlignment  
BackImageUrl string  
Border StiBorder  
BorderWidth int  
CellPadding int  
CellSpacing int  
HorAlignKey string  
MarginsKey string  
PageBreakBeforeKey string  
Position string  
Rows ArrayList  
VertAlignKey string  
Width StiHtmlUnit  
WordwrapKey string  
htmlExport StiHtmlExportService