Skip to main content

TcxTreeListReportLinkStyles Class

Represents the set of styles for the TreeList control’s elements within the report.

Declaration

TcxTreeListReportLinkStyles = class(
    TdxCustomReportLinkStyles
)

Remarks

The TcxTreeListReportLinkStyles defines the set of styles to be used by the TreeList control’s elements within the report without affecting the real TreeList elements styles.

The following elements styles are available:

  • BandHeader – represents the style for band headers.

  • Content – represents the style for data cells.

  • ContentEven – represents the styles for the data cells within the even nodes. (overrides the Content style).

  • ContentOdd – represents the styles for the data cells within the odd nodes. (overrides the Content style).

  • Footer – represents the style for the footer cell.

  • FooterRow – represents the style for the footer.

  • Header – represents the style for the column header.

  • Preview – represents the style for the node preview section.

  • Selection – represents the style for the selection.

See Also