Gets or sets String

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

Syntax

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

See Also