DetailBand.KeepTogetherWithDetailReports Property
Specifies whether the current Detail band should always be printed on the same page as its child DetailReport band.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public bool KeepTogetherWithDetailReports { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
When a page break occurs while the Detail band and its child DetailReport band are being printed, the report continues printing the content on the next page. If the KeepTogetherWithDetailReports
property is set to true
, the report starts printing the Detail band on the top of the next page, and you can print the Detail bands all on one page. If a band content is longer than one page, the report continues printing on the following page.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the KeepTogetherWithDetailReports property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.