Represents settings for the export to RTF format.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public class RtfExportSettings : ExportSettings
Visual Basic (Declaration)
Public Class RtfExportSettings _
	Inherits ExportSettings
Visual C++
public ref class RtfExportSettings : public ExportSettings

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Web..::.ExportSettings
    PerpetuumSoft.Reporting.Web..::.RtfExportSettings

See Also