TdxReportTitle.Mode Property
In This Article
Specifies the repeat mode for the report title.
#Declaration
Delphi
property Mode: TdxReportTitleMode read; write; default tmOnEveryTopPage;
#Property Value
Type | Default |
---|---|
Tdx |
tm |
#Remarks
Options include:
Value | Description |
---|---|
tm |
The title is hidden. |
tm |
The title is only displayed on the first page. |
tm |
The title is displayed on every page. |
The default value of the Mode property is tmOnEveryTopPage.
See Also