TcxTreeListReportLinkOptionsView.Footers Property
Specifies whether the footer of the TreeList control is displayed within the report.
Declaration
property Footers; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the Footers property to True to add the footer of the TreeList control to the report. Otherwise, the footer will not be added or displayed within the report.
Note that the TcxTreeListReportLinkOptionsOnEveryPage.Footers property has no effect when the Footers property is set to False.
The default value of the Footers property is True.
See Also