ReportGenerationOptions.PrintHorizontalLines Property
Specifies the visibility of horizontal grid lines in the report.
Namespace: DevExpress.XtraReports.ReportGeneration
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(DefaultBooleanConverter))]
[XtraSerializableProperty]
public DefaultBoolean PrintHorizontalLines { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | 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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also