Back to Devexpress

CsvExportOptions.SkipEmptyColumns Property

corelibraries-devexpress-dot-xtraprinting-dot-csvexportoptions-fe92fdcb.md

latest1.9 KB
Original Source

CsvExportOptions.SkipEmptyColumns Property

Specifies whether or not to include the empty columns into the resulting CSV file.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public bool SkipEmptyColumns { get; set; }
vb
<DefaultValue(True)>
Public Property SkipEmptyColumns As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to omit the empty columns during export; otherwise false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SkipEmptyColumns
ExportOptions

.Csv .SkipEmptyColumns

|

Remarks

A column is only skipped if it does not contain content. A generated report document should not contain any bricks in a column that you want to hide.

See Also

SkipEmptyRows

CsvExportOptions Class

CsvExportOptions Members

DevExpress.XtraPrinting Namespace