TdxGridReportLinkOptionsCards Properties
Options applied to a card view in the report.Name | Description |
---|---|
AutoWidth | Adjusts the width and height of cards in order to display as many cards within a single report page as possible. |
Borders | Specifies whether card borders are drawn. |
InterCardsSpaceHorz | Specifies the horizontal spacing between cards in the report. |
InterCardsSpaceVert | Specifies the vertical spacing between cards in a report. |
KeepSameHeight | Determines whether the cards in a report are resized to the same width when the AutoWidth property is set. |
KeepSameWidth | Determines whether the cards in a report are resized to the same height when the AutoWidth option is active. |
ReportLink | Specifies the report link to which the options are applied. Inherited from TdxGridReportLinkOptions. |
RowBordersHorz | Specifies whether horizontal card lines are drawn in the report. |
RowBordersVert | Specifies whether vertical card lines are drawn in the report. |
Shadow | Specifies the card shadow options. |
See Also