Gets and sets whether only text content of report will be exported.

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

Syntax

C#
public bool TextObjectOnly { get; set; }
Visual Basic (Declaration)
Public Property TextObjectOnly As Boolean
Visual C++
public:
property bool TextObjectOnly {
	bool get ();
	void set (bool value);
}

See Also