ReportGenerationOptions.PrintGroupRows Property
In This Article
Specifies whether to include group rows in the report.
Namespace: DevExpress.XtraReports.ReportGeneration
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean PrintGroupRows { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
True | Default |
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