FlexReport for WPF
RecordDelimiter プロパティ (CsvExporter)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document.Export.Ssrs 名前空間 > CsvExporter クラス : RecordDelimiter プロパティ
各レコードの終わりに置くレコード区切り文字を取得または設定します。デフォルト値は <cr><lf> です。
シンタックス
'宣言
 
Public Property RecordDelimiter As System.String
'使用法
 
Dim instance As CsvExporter
Dim value As System.String
 
instance.RecordDelimiter = value
 
value = instance.RecordDelimiter
public System.string RecordDelimiter {get; set;}
参照

CsvExporter クラス
CsvExporter メンバ