You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiHtmlExportService Class > StiHtmlExportService Methods > RenderBackColor Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiHtmlExportService.RenderBackColor Method
Syntax
C++
C#
Visual Basic
internal: void RenderBackColor( StiHtmlTableCell cell, Color color );

private void RenderBackColor(StiComponent comp) { if (comp is IStiBrush) { IStiBrush brush = comp as IStiBrush; Color color = StiBrush.ToColor(brush.Brush); RenderBackColor(null, color);

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.