TcxCustomVerticalGridReportLink.OptionsFormatting Property
Contains report appearance options.
Declaration
property OptionsFormatting: TcxVerticalGridReportLinkOptionsFormatting read; write;
Property Value
Type |
---|
TcxVerticalGridReportLinkOptionsFormatting |
Remarks
The OptionsFormatting property provides access to options affecting the report appearance. These options specify:
The color of grid lines (GridLineColor option).
The entire report’s look & feel (LookAndFeelKind option).
Whether the report is painted with the control’s VerticalGrid.Styles settings or using the Styles of the printing link (UseNativeStyles option).
See Also