Skip to main content
A newer version of this page is available. .

ReportGenerationOptions.PrintGroupRows Property

Specifies whether to include group rows in the report.

Namespace: DevExpress.XtraReports.ReportGeneration

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

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

Property Value

Type Default Description
DefaultBoolean **True**

DefaultBoolean.True or DefaultBoolean.Default to include group rows in the report; otherwise DefaultBoolean.False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also