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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : HtmlFilter クラス
Used with the C1Report.RenderToFilter method to render reports into HTML streams or files.
オブジェクト モデル
HtmlFilter クラス
シンタックス
'宣言
 
Public Class HtmlFilter 
   Inherits ExportFilter
public class HtmlFilter : ExportFilter 
解説
Creating an HtmlFilter and using it in a call to the C1Report.RenderToFilter method is similar to using the C1Report.RenderToFile or C1Report.RenderToStream methods, but offers some extra flexibility because you can set properties on the HtmlFilter object before calling RenderToFilter.
継承階層

System.Object
   C1.C1Report.ExportFilter
      C1.C1Report.HtmlFilter
         C1.C1Report.HtmlTableFilter

参照

HtmlFilter メンバ
C1.C1Report 名前空間