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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : ExportFilter クラス
Base class for all export filters, used with the C1Report.RenderToFilter method to render reports into different formats.
オブジェクト モデル
ExportFilter クラス
シンタックス
'宣言
 
Public MustInherit Class ExportFilter 
public abstract class ExportFilter 
解説

ExportFilter is an abstract class used as a base class for all the built-in export filter classes, HtmlFilter, PdfFilter, RtfFilter, XlsFilter, TextFilterClassic, and TiffFilter.

You can write your own export filters by deriving from ExportFilter.

継承階層

System.Object
   C1.C1Report.ExportFilter
      C1.C1Report.HtmlFilter
      C1.C1Report.MetafileFilter
      C1.C1Report.PdfFilter
      C1.C1Report.RtfFilter
      C1.C1Report.TextFilter
      C1.C1Report.TextFilterClassic
      C1.C1Report.TiffFilter
      C1.C1Report.XlsFilter

参照

ExportFilter メンバ
C1.C1Report 名前空間