Specifies the format of the export file.

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

Syntax

C#
public enum RtfTargetEnum
Visual Basic
Public Enumeration RtfTargetEnum

Members

Member nameDescription
Portable This setting creates RTF content that can be viewed in Microsoft Word, WordPad and RichTextBox.
MSWord This setting creates RTF content that can be viewed in Microsoft Word. It is useful for exporting high quality images. Documents with such images are significantly larger than with images in Portable format.

Remarks

Use the members of this enumeration to set RtfTarget property of the RtfFilter class.

See Also