TdxGridReportLinkOptionsOnEveryPage.Caption Property
Determines whether grid level captions are displayed on every report page or on the first report page only.
Declaration
property Caption: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the Caption property to determine whether grid level captions are displayed on every report page or on the first report page only.
This property will only have an effect if the grid report link’s OptionsView.Caption property is set.
The default value of the Caption property is True.
See Also