Sets RTF formatted text.

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

Syntax

C#
public string Rtf { set; }
Visual Basic (Declaration)
Public WriteOnly Property Rtf As String
Visual C++
public:
property String^ Rtf {
	void set (String^ value);
}

See Also