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

In This Topic
    TextFilter Class Members
    In This Topic

    The following tables list the members exposed by TextFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the text encoding. The default is Encoding.Default.  
    Public PropertyGets or sets the maximum width of text lines, in characters.

    -1 (the default) indicates that this value will be calculated automatically.

     
    Public PropertyGets or sets a value indicating whether the filter should produce a continuous report or a report with page break characters and page header and footer sections.  
    Top
    Public Methods
     NameDescription
    Public MethodCalled when the component renders the beginning of a report group. (Inherited from C1.C1Report.ExportFilter)
    Public MethodOverridden. Releases the resources used by the filter.  
    Public MethodOverridden.   
    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 MethodCalled after the component has finished rendering the first pass of the report, and before it starts rendering overlay fields. (Inherited from C1.C1Report.ExportFilter)
    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 requires page images to be generated.  
    Top
    See Also