FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / CsvExporter Class / ExcelMode Property

In This Topic
    ExcelMode Property (CsvExporter)
    In This Topic
    Gets or sets a value indicating whether the target output is for Excel. The default value is true.
    Syntax
    'Declaration
     
    Public Property ExcelMode As Boolean
    public bool ExcelMode {get; set;}
    See Also