Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TBasedxReportLink.ReportTitleMode Property

Specifies the manner in which a report title is displayed.

#Declaration

Delphi
property ReportTitleMode: TdxReportTitleMode read; write; default tmOnEveryTopPage;

#Property Value

Type Default
TdxReportTitleMode tmOnEveryTopPage

#Remarks

Use the ReportTitleMode property to specify where to place a report title. The following values are available:

Value Meaning
tmNone Report title does not appear.
tmOnFirstPage Report title appears on the first page only.
tmOnEveryTopPage Report title appears on every top page of the report.

The default value of the ReportTitleMode property is tmOnEveryTopPage. In this mode report titles are situated as displayed in the picture:

See Also