Back to Devexpress

CsvExportOptions.SkipEmptyRows Property

corelibraries-devexpress-dot-xtraprinting-dot-csvexportoptions-612bc1ca.md

latest1.8 KB
Original Source

CsvExportOptions.SkipEmptyRows Property

Specifies whether or not to include the empty rows 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 SkipEmptyRows { get; set; }
vb
<DefaultValue(True)>
Public Property SkipEmptyRows As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SkipEmptyRows
ExportOptions

.Csv .SkipEmptyRows

|

Remarks

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

See Also

SkipEmptyColumns

CsvExportOptions Class

CsvExportOptions Members

DevExpress.XtraPrinting Namespace