Gets and sets whether line breaks will be included in result html file as BR tag.

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 PreserveLineBreaks { get; set; }
Visual Basic (Declaration)
Public Property PreserveLineBreaks As Boolean
Visual C++
public:
property bool PreserveLineBreaks {
	bool get ();
	void set (bool value);
}

See Also