ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / UsesImages Method

In This Topic
    UsesImages Method (HtmlFilter)
    In This Topic
    Returns a value that determines whether the filter uses page images.
    Syntax
    'Declaration
     
    Public Overrides Function UsesImages() As Boolean
    public override bool UsesImages()

    Return Value

    Always returns false.
    Remarks

    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.

    See Also