Property LineEnding
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
Remarks
Stated rather than taken from NewLine, which would make the same report export to different bytes on different machines.