ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / HtmlFilter Class
Properties Methods

In This Topic
    HtmlFilter Class Members
    In This Topic

    The following tables list the members exposed by HtmlFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether the user should be able to expand and collapse groups by clicking on their header sections.  
    Public PropertySpecifies whether field contents should be encoded or rendered in raw format. This property allows you to render fields that contain HTML formatting.  
    Public PropertySpecifies whether the built-in HTML filter should break paged reports into multiple HTML files (one per page).  
    Public PropertySpecifies whether the filter should produce a continuous report into a single HTML file or a paged report into a set of HTML files.  
    Public PropertySpecifies whether DrillDown reports should be initially displayed in a collapsed state.  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Called when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error.  
    Public MethodOverridden. Called when the component finishes rendering a report.  
    Public MethodOverridden. Called when the component finishes rendering each section.  
    Public MethodOverridden. Determines whether this filter generates single or multi-page reports.  
    Public MethodOverridden. Called after each page break on paged reports (see the IsPaged property).  
    Public MethodOverridden. Called when the component needs to render a report field with specific content at a specific position on the current page.  
    Public MethodOverridden. Called after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields.  
    Public MethodOverridden. Called when the component starts rendering a report.  
    Public MethodOverridden. Called when the component starts rendering a section.  
    Public MethodOverridden. Returns a value that determines whether the filter uses page images.  
    Top
    See Also