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

In This Topic
UseFormattedValues Property (CsvExporter)
In This Topic
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.
Syntax
'Declaration
 
Public Property UseFormattedValues As Nullable(Of Boolean)
 
See Also