Back to Devexpress

TBasedxReportLink.ReportTitleMode Property

vcl-dxpscore-dot-tbasedxreportlink-410f64c0.md

latest1.2 KB
Original Source

TBasedxReportLink.ReportTitleMode Property

Specifies the manner in which a report title is displayed.

Declaration

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

Property Value

TypeDefault
TdxReportTitleModetmOnEveryTopPage

Remarks

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

ValueMeaning
tmNoneReport title does not appear.
tmOnFirstPageReport title appears on the first page only.
tmOnEveryTopPageReport 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

TBasedxReportLink.ReportTitle

TBasedxReportLink.ReportTitleText

TBasedxReportLink Class

TBasedxReportLink Members

dxPSCore Unit