TBasedxReportLink.ReportTitleMode Property
In This Article
Specifies the manner in which a report title is displayed.
#Declaration
Delphi
property ReportTitleMode: TdxReportTitleMode read; write; default tmOnEveryTopPage;
#Property Value
Type | Default |
---|---|
Tdx |
tm |
#Remarks
Use the ReportTitleMode property to specify where to place a report title. The following values are available:
Value | Meaning |
---|---|
tm |
Report title does not appear. |
tm |
Report title appears on the first page only. |
tm |
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