'Declaration Public Overrides Function UsesImages() As System.Boolean
public override System.bool UsesImages()
Return Value
Always returns false.
'Declaration 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.