TdxPSReportDocument.Caption Property
Specifies the report caption.
Declaration
property Caption: string read; write;
Property Value
Type |
---|
string |
Remarks
The Caption property contains the report’s short description. The detailed report description should be assigned to the Description property.
The Caption property value also specifies the report item’s file name when saving a report using the report link’s settings.
Note that this property value is used only when the report link’s ReportTitle.Text property value is an empty string. The specified file name is used if a report is saved via code. When the end-user saves a report, they are allowed to change an item’s name before the item is actually saved.
By default, the Caption property value is the ‘NewReport‘ string.
See Also