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

private void RenderTextColor(StiComponent comp) { if (comp is IStiTextBrush) { IStiTextBrush textBrush = comp as IStiTextBrush; Color color = StiBrush.ToColor(textBrush.TextBrush); RenderTextColor(null, color);

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