ComponentOne FlexReport for WinForms
UseFormattedValues Property

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

Reference

CsvExporter Class
CsvExporter Members