Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.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)
    public Nullable<bool> UseFormattedValues {get; set;}
    See Also