ComponentOne Reports for WPF
C1.C1Report Namespace / RtfFilter Class
Members

In This Topic
    RtfFilter Class
    In This Topic
    Used with the C1Report.RenderToFilter method to render reports into RTF (rich text format) streams or files.
    Object Model
    RtfFilter Class
    Syntax
    'Declaration
     
    Public Class RtfFilter 
       Inherits ExportFilter
    public class RtfFilter : ExportFilter 
    Remarks
    Creating an RtfFilter and using it in a call to the C1Report.RenderToFilter method is similar to using the C1Report.RenderToFile or C1Report.RenderToStream methods, but offers some extra flexibility because you can set properties on the RtfFilter before calling RenderToFilter.
    Inheritance Hierarchy

    System.Object
       C1.C1Report.ExportFilter
          C1.C1Report.RtfFilter
             C1.C1Report.RtfLabelFilter

    See Also