Stimulsoft Reports Class Reference
|
The following tables list the members exposed by StiHtmlTableRender.
|
Name |
Description |
![]() |
This is RenderStyle, a member of class StiHtmlTableRender. | |
![]() |
This is RenderStyles, a member of class StiHtmlTableRender. | |
![]() |
This is the overview for the RenderStylesTable method overload. | |
![]() |
This is RenderStyleTable, a member of class StiHtmlTableRender. | |
![]() |
string[] txt = text.Split(new char[] {'n'}); StringBuilder sbFull = new StringBuilder(); for (int index = 0; index < txt.Length; index++) { string st = txt[index]; int pos = 0; while ((pos < st.Length) && (st[pos] == ' ')) pos++; if (pos > 0) { for (int indexSp = 0; indexSp < pos; indexSp++) { sbFull.Append(" "); } sbFull.Append(st.Substring(pos)); } else { sbFull.Append(st); } if (index < txt.Length - 1) { sbFull.Append(""); } } return sbFull.ToString(); |
|
Name |
Description |
![]() ![]() |
This is StiHtmlTableRender, a member of class StiHtmlTableRender. |
|
Name |
Description |
![]() |
This is Matrix, a member of class StiHtmlTableRender. |
What do you think about this topic? Send feedback!
|
Copyright (c) 2017. All rights reserved.
|