AutoComplete for ASP.NET Web Forms
RenderToFilter メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : RenderToFilter メソッド
Export filter that will render the report.
Renders the report into an ExportFilter object.
シンタックス
'宣言
 
Public Sub RenderToFilter( _
   ByVal filter As ExportFilter _
) 
public void RenderToFilter( 
   ExportFilter filter
)

パラメータ

filter
Export filter that will render the report.
解説

C1Report includes several built-in export filters that allow you to export reports to HTML, PDF, RTF, Excel, and other formats.

You may create your own filters by creating classes that derive from any of these base filters.

参照

C1Report クラス
C1Report メンバ