Skip to main content

TdxGridReportLinkOptionsCards Members

Options applied to a card view in the report.

Constructors

Name Description
Create(TdxCustomcxControlReportLink) Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions.

Properties

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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
RestoreDefaults Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions.
ToString Inherited from TObject.
See Also