ComponentOne FlexReport for WinForms
SuppressLineBreaks Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace > CsvExporter Class : SuppressLineBreaks Property
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 System.Boolean
public System.bool SuppressLineBreaks {get; set;}
See Also

Reference

CsvExporter Class
CsvExporter Members