TcxTreeListReportLinkOptionsFormatting Class
Represents the options which define the TreeList‘s appearance in the report.
Declaration
TcxTreeListReportLinkOptionsFormatting = class(
TdxCustomReportLinkOptionsFormatting
)
Remarks
The TcxTreeListReportLinkOptionsFormatting object contains options which control the general TreeList appearance in a report.
This includes:
Grid line color, controlled by the GridLineColor property,
TreeList Look And Feel, controlled by the LookAndFeelKind property,
Width and color of the node separator, controlled by the NodeSeparatorThickness and NodeSeparatorColor properties.
Whether or not to suppress printing background bitmaps that are specified by the TcxStyle.Bitmap property, controlled by the SuppressBackgroundBitmaps property.
Whether or not to use native windows color scheme for the TreeList control in the report, controlled by the UseNativeStyles property.
Whether or not to show stylized selection in the report, controlled by the ConsumeSelectionStyle
After changing options you can always restore their default values using the RestoreDefaults method.