ReportGenerationOptions.PrintColumnHeaders Property
Specifies whether to add column headers to 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 PrintColumnHeaders { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | DefaultBoolean.True or DefaultBoolean.Default to add column headers 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