AutoIndent: TriState;
AutoIndent: Prognoz.Platform.Interop.ForeSystem.TriState;
The AutoIndent property determines whether auto indents are to be used.
Indents are set for the elements depending on their nesting level in the hierarchy of heading dimensions with respect to other elements of the specified column or row. Automatic indents are used by default (OnOption). Indent value is determined by the IPrxDataIslandHeader.HierarchyIndent property.
Indents in the data area can be displayed even when auto indents are disabled (OffOption). It is possible if the property is set to OffOption and:
The IPrxDataIslandProperties.UseStyleFormatting property is set to False. The current layout of a report sheet is used. That is, indents are to be displayed in the data area if they are set for report sheet cells.
Indents are set in the layout of data area headings.
The property use is given in the example for IPrxDataIslandHeaderCommon.IsAutoIndent.
See also: