C1.C1Report Namespace : HtmlTableFilter Class |
'Declaration Public Class HtmlTableFilter Inherits HtmlFilter
public class HtmlTableFilter : HtmlFilter
This filter is similar to the plain HtmlFilter, except if generates reports based on TABLE tags as opposed to absolutely-positioned DIV tags. The resulting files are usually less accurate than the ones created with the plain DIV-based HtmlFilter, but they have three significant advantages:
1) TABLE-based reports are easier to edit in regular HTML editors. You can easily insert rows for example.
2) TABLE-based reports support clipboard operations better. For example, you can copy report sections in the browser and paste them into Excel.
3) TABLE-based reports support vertical alignment within fields.
System.Object
C1.C1Report.ExportFilter
C1.C1Report.HtmlFilter
C1.C1Report.HtmlTableFilter
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2