ComponentOne Reports for WPF
C1.C1Report Namespace / RtfLabelFilter Class
Properties Methods

In This Topic
    RtfLabelFilter Class Members
    In This Topic

    The following tables list the members exposed by RtfLabelFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether filter should embed images in the RTF document. (Inherited from C1.C1Report.RtfFilter)
    Public PropertyGets or sets the format used to export images. (Inherited from C1.C1Report.RtfFilter)
    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.RtfFilter)
    Public MethodCalled when the component finishes rendering a report. (Inherited from C1.C1Report.RtfFilter)
    Public MethodCalled when the component finishes rendering each Section. (Inherited from C1.C1Report.ExportFilter)
    Public MethodDetermines whether this filter generates single or multi-page reports. (Inherited from C1.C1Report.RtfFilter)
    Public MethodCalled after each page break on paged reports (see the RtfFilter.IsPaged property). (Inherited from C1.C1Report.RtfFilter)
    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.RtfFilter)
    Public MethodCalled when the component starts rendering a report. (Inherited from C1.C1Report.RtfFilter)
    Public MethodCalled when the component starts rendering a section. (Inherited from C1.C1Report.ExportFilter)
    Public MethodReturns a value that determines whether the filter uses page images. (Inherited from C1.C1Report.RtfFilter)
    Top
    See Also