Click or drag to resize

StiHtmlTableRenderRenderTable Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RenderTable(
	bool renderStyles,
	string backGroundImageString,
	bool useBookmarks,
	bool exportBookmarksOnly,
	Hashtable cssStyles,
	bool watermarkShowBehind = false
)

Parameters

renderStyles
Type: SystemBoolean

[Missing <param name="renderStyles"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

backGroundImageString
Type: SystemString

[Missing <param name="backGroundImageString"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

useBookmarks
Type: SystemBoolean

[Missing <param name="useBookmarks"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

exportBookmarksOnly
Type: SystemBoolean

[Missing <param name="exportBookmarksOnly"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

cssStyles
Type: System.CollectionsHashtable

[Missing <param name="cssStyles"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

watermarkShowBehind (Optional)
Type: SystemBoolean

[Missing <param name="watermarkShowBehind"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(System.Boolean,System.String,System.Boolean,System.Boolean,System.Collections.Hashtable,System.Boolean)"]

See Also