Click or drag to resize

MergeSettingsRemoveEmptyLines Property

Optional. Specifies whether lines should be removed that contain only empty fields and no other content. The default value is false.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public Nullable<bool> RemoveEmptyLines { get; set; }

Property Value

Type: NullableBoolean
See Also