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

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

    Return Value

    Always returns false.
    Remarks

    By default, C1Report will render the report into the filter and also into its own C1Report.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