CsvExportOptions.SkipEmptyRows Property
Specifies whether or not to include the empty rows into the resulting CSV file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool SkipEmptyRows { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to omit the empty rows during export; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SkipEmptyRows |
---|---|
ExportOptions |
|
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