C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / CsvExporter Class / SuppressLineBreaks Property

In This Topic
SuppressLineBreaks Property (CsvExporter)
In This Topic
Gets or sets value indicating whether line breaks are removed from the data included in the output. The default value is false. If the value is true, the FieldDelimiter, RecordDelimiter, and Qualifier settings cannot be a space character.
Syntax
'Declaration
 
Public Property SuppressLineBreaks As Boolean
 
See Also