FlexReport for WinForms
SuppressLineBreaks プロパティ (CsvExporter)


C1.Document.4.6.2 アセンブリ > C1.Document.Export.Ssrs 名前空間 > CsvExporter クラス : SuppressLineBreaks プロパティ
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.
シンタックス
'宣言
 
Public Property SuppressLineBreaks As System.Boolean
'使用法
 
Dim instance As CsvExporter
Dim value As System.Boolean
 
instance.SuppressLineBreaks = value
 
value = instance.SuppressLineBreaks
public System.bool SuppressLineBreaks {get; set;}
参照

参照

CsvExporter クラス
CsvExporter メンバ