Used with the RenderToFilter(ExportFilter) method to render reports into RTF (rich text format) streams or files.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class RtfFilter : ExportFilter
Visual Basic
Public Class RtfFilter _
	Inherits ExportFilter

Remarks

Creating an RtfFilter and using it in a call to the RenderToFilter(ExportFilter) method is similar to using the RenderToFile(String, FileFormatEnum) or RenderToStream(Stream, FileFormatEnum) methods, but offers some extra flexibility because you can set properties on the RtfFilter before calling RenderToFilter.

Inheritance Hierarchy

See Also