TcxTreeListCustomReportLink.OptionsFormatting Property
Options defining the TreeList control’s appearance in the report.
Declaration
property OptionsFormatting: TcxTreeListReportLinkOptionsFormatting read; write;
Property Value
Type |
---|
TcxTreeListReportLinkOptionsFormatting |
Remarks
The OptionsFormatting property contains options controlling the general TreeList appearance in a report.
This includes:
Grid line color, which is controlled by the OptionsFormatting.GridLineColor property.
TreeList Look And Feel; controlled by the OptionsFormatting.LookAndFeelKind property.
Width and color of the node separator, controlled by the OptionsFormatting.NodeSeparatorThickness and OptionsFormatting.NodeSeparatorColor properties.
Whether to suppress printing background bitmaps that are specified by the TcxStyle.Bitmap property, controlled by the OptionsFormatting.SuppressBackgroundBitmaps property.
Whether or not to use the native windows color scheme for the TreeList control in the report, controlled by the OptionsFormatting.UseNativeStyles property.
Whether or not to show the stylized selection in the report, controlled by the OptionsFormatting.ConsumeSelectionStyle
After changing options you can always restore their default values using the report link’s RestoreDefaults method.