Back to Devexpress

TdxTextReportLink Class

vcl-dxpstextlnk-cba8c564.md

latest5.7 KB
Original Source

TdxTextReportLink Class

A report link that prints multi-row text which is represented both as a single string and a list of strings.

Declaration

delphi
TdxTextReportLink = class(
    TdxCustomStringsReportLink
)

Remarks

The TdxTextReportLink class does not define any new functionality. It simply publishes the properties declared in the TdxCustomStringsReportLink class. To specify the text that needs to be printed, use the Strings property which provides access to a list of strings each of which represents a single line (row) for the report link. Alternatively, the text can be set as a single string with text lines (rows) delimited by carriage returns and line feeds to the Text property. Set the Alignment and TextRowSpacing properties as needed to adjust the appearance of the text in a report. To perform custom drawing of each text row, handle the OnCustomDrawRow and OnInitializeRow events.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink TdxCustomTextReportLink TdxCustomStringsReportLink TdxTextReportLink

See Also

TdxGridReportLink

TcxDBVerticalGridReportLink

TcxRTTIInspectorReportLink

TcxUnboundVerticalGridReportLink

TcxCustomVerticalGridReportLink

TcxVerticalGridReportLink

TdxTreeViewExReportLink

TcxDBMemoReportLink

TcxMemoReportLink

TcxCustomMemoReportLink

TcxMCListBoxReportLink

TdxCustomStringsReportLink

TdxMemoReportLink

TdxTextReportLink

TdxCustomTextReportLink

TdxCustomMemoReportLink

TdxOrgChartReportLink

TCustomdxOrgChartReportLink

TdxDBOrgChartReportLink

TdxDBTeeChartReportLink

TdxLayoutControlReportLink

TdxListBoxReportLink

TdxCheckListBoxReportLink

TCustomdxRichEditReportLink

TAbstractdxGridReportLink

TrxRichEditReportLink

TdxRichEditReportLink

TCustomdxNativeTreeViewReportLink

TdxStringGridReportLink

TCustomdxTreeViewReportLink

TCustomdxGridReportLink

TStddxGridReportLink

TdxTreeViewReportLink

TdxCustomListBoxReportLink

TAbstractdxRichEditReportLink

TdxCustomTableControlReportLink

TdxCustomcxControlReportLink

TdxDrawGridReportLink

TdxCustomContainerReportLink

TcxTreeListReportLink

TcxVirtualTreeListReportLink

TcxDBTreeListReportLink

TcxTreeListCustomReportLink

TdxImageReportLink

TCustomdxPictureReportLink

TdxPictureReportLink

TCustomdxGraphicReportLink

TdxCompositionReportLink

TdxTeeChartReportLink

TCustomdxTeeChartReportLink

TdxFlowChartReportLink

TdxTextReportLink Members

dxPSTextLnk Unit