CsvExportOptions.SkipEmptyColumns Property
In This Article
Specifies whether or not to include the empty columns into the resulting CSV file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to omit the empty columns during export; otherwise false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Skip |
---|---|
Export |
|
#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