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

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

戻り値の型

Always returns false.
解説

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

HtmlFilter doesn't need the images and therefore this method always returns false, which saves some resources while rendering long reports.

参照

HtmlFilter クラス
HtmlFilter メンバ