Reports for WinForms
ExportFilter クラス
メンバ 

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : ExportFilter クラス
すべてのエクスポートフィルタの基本クラス。レポートをさまざまな形式にレンダリングするために C1Report.RenderToFilterメソッドで使用されます。
オブジェクト モデル
ExportFilter クラス
シンタックス
'宣言
 
Public MustInherit Class ExportFilter 
public abstract class ExportFilter 
解説

ExportFilterは、すべての組み込みエクスポートフィルタクラス( HtmlFilterPdfFilterRtfFilterXlsFilterTextFilterTiffFilter)の基本クラスとして使用される抽象クラスです。

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 名前空間