Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / HtmlTableFilter Class
Properties Methods


In This Topic
    HtmlTableFilter Class Members
    In This Topic

    The following tables list the members exposed by HtmlTableFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the number of pixels between the edge of the cell and its contents.  
    Public PropertyGets or sets the number of pixels between adjacent cells in the output table.  
    Public PropertySpecifies whether the user should be able to expand and collapse groups by clicking on their header sections. (Inherited from C1.C1Report.HtmlFilter)
    Public PropertySpecifies whether field contents should be encoded or rendered in raw format. This property allows you to render fields that contain HTML formatting. (Inherited from C1.C1Report.HtmlFilter)
    Public PropertySpecifies whether the built-in HTML filter should break paged reports into multiple HTML files (one per page). (Inherited from C1.C1Report.HtmlFilter)
    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. (Inherited from C1.C1Report.HtmlFilter)
    Public PropertySpecifies whether DrillDown reports should be initially displayed in a collapsed state. (Inherited from C1.C1Report.HtmlFilter)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets a reference to the System.IO.StreamWriter being used to create the HTML output. (Inherited from C1.C1Report.HtmlFilter)
    Protected PropertyGets a reference to the C1Report that owns this filter. (Inherited from C1.C1Report.HtmlFilter)
    Protected PropertyGets a string to be used as a prefix for style names. (Inherited from C1.C1Report.HtmlFilter)
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter)
    Public MethodCalled when the component finishes rendering a report, or when the rendering process is canceled by the user or interrupted by an error. (Inherited from C1.C1Report.HtmlFilter)
    Public MethodOverridden. Called when the component finishes rendering a report.  
    Public MethodOverridden. Called when the component finishes rendering each section.  
    Public MethodDetermines whether this filter generates single or multi-page reports. (Inherited from C1.C1Report.HtmlFilter)
    Public MethodCalled after each page break on paged reports (see the IsPaged property). (Inherited from C1.C1Report.HtmlFilter)
    Public MethodOverridden. Called when the component needs to render a report field with specific content at a specific position on the current page.  
    Public MethodCalled after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields. (Inherited from C1.C1Report.HtmlFilter)
    Public MethodOverridden. Called when the component starts rendering a report.  
    Public MethodOverridden. Called when the component starts rendering a section.  
    Public MethodReturns a value that determines whether the filter uses page images. (Inherited from C1.C1Report.HtmlFilter)
    Top
    Protected Methods
     NameDescription
    Protected MethodBreaks up an HTML output file containing multiple pages into multiple files. (Inherited from C1.C1Report.HtmlFilter)
    Protected MethodOverridden. Create and save style sheet for the report.  
    Protected MethodOverridden. Encodes the end of the current page.  
    Protected MethodGets a CSS style fragment that represents a field's background image. (Inherited from C1.C1Report.HtmlFilter)
    Protected MethodGets an HTML tag that represents a link in a field. (Inherited from C1.C1Report.HtmlFilter)
    Protected MethodGets an HTML tag that represents an image in a field. (Inherited from C1.C1Report.HtmlFilter)
    Protected MethodGets a plain text version of an RTF string. (Inherited from C1.C1Report.HtmlFilter)
    Protected MethodOverridden. Save style sheet into the given System.IO.StreamWriter.  
    Protected MethodOverridden. Encodes the end of a new page.  
    Top
    See Also