Skip to main content

ReportGenerationOptions.PrintHorizontalLines Property

Specifies the visibility of horizontal grid lines in the report.

Namespace: DevExpress.XtraReports.ReportGeneration

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean PrintHorizontalLines { get; set; }

Property Value

Type Default Description
DefaultBoolean True

DefaultBoolean.True or DefaultBoolean.Default to add horizontal grid lines to the report; otherwise DefaultBoolean.False.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also