AutoComplete for ASP.NET Web Forms
UsesImages メソッド (ExportFilter)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > ExportFilter クラス : UsesImages メソッド
Returns a value that determines whether the filter requires page images to be generated.
シンタックス
'宣言
 
Public Overridable Function UsesImages() As System.Boolean
public virtual System.bool UsesImages()

戻り値の型

True if the filter requires page images.
解説

By default, C1Report will render the report into the filter and also into its own PageImages collection.

Some filters use these images to generate their output (e.g. PDF, TIFF). Other filters don't need the images (e.g. HTML, RTF) and therefore this method returns false, which saves some resources while rendering long reports.

参照

ExportFilter クラス
ExportFilter メンバ