TBasedxReportLink.ReportTitle Property
Determines report title properties.
Declaration
property ReportTitle: TdxReportTitle read; write;
Property Value
Type |
---|
TdxReportTitle |
Remarks
Use the ReportTitle property to customize report title appearance. You may specify the report title text, the manner this text is displayed within report pages and change other title properties, such as font, font color, vertical and horizontal alignment, etc. For more information see the TdxReportTitle object.
See Also