Table of Contents

Property LineEnding

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

LineEnding

Gets or sets what separates two output lines. The default is a carriage return and a line feed.

public string LineEnding { get; set; }

Property Value

string

Remarks

Stated rather than taken from NewLine, which would make the same report export to different bytes on different machines.