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


C1.Document.4.6.2 アセンブリ > C1.Document.Export.Ssrs 名前空間 > CsvExporter クラス : UseFormattedValues プロパティ
Gets or sets a value indicating whether formatted strings are put into the CSV output. null indicates default value true when ExcelMode is true; otherwise it is false.
シンタックス
'宣言
 
Public Property UseFormattedValues As System.Nullable(Of Boolean)
'使用法
 
Dim instance As CsvExporter
Dim value As System.Nullable(Of Boolean)
 
instance.UseFormattedValues = value
 
value = instance.UseFormattedValues
public System.Nullable<bool> UseFormattedValues {get; set;}
参照

参照

CsvExporter クラス
CsvExporter メンバ