AutoComplete for ASP.NET Web Forms
HtmlTableFilter クラス
メンバ 

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : HtmlTableFilter クラス
Class is used with the C1Report.RenderToFilter method to render reports into table-based HTML streams or files.
オブジェクト モデル
HtmlTableFilter クラス
シンタックス
'宣言
 
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

参照

HtmlTableFilter メンバ
C1.C1Report 名前空間