'宣言 Public Overrides Function UsesImages() As System.Boolean
public override System.bool UsesImages()
戻り値の型
Always returns false.
'宣言 Public Overrides Function UsesImages() As System.Boolean
public override System.bool UsesImages()
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.