TdxGridReportLinkStyles Class
Represents the set of styles for the Grid control views elements within the report.
Declaration
TdxGridReportLinkStyles = class(
TdxCustomReportLinkStyles
)
Remarks
The TdxGridReportLinkStyles defines the set of styles for the Grid control views elements within the report not affecting the real Grid elements styles.
The following elements styles are available:
BandHeader – represents a style for band headera.
Content – represents a style for data cella.
ContentEven – represents a style for data cells within even rows. (overrides the Content style).
ContentOdd – represents a style for data cells within odd rows. (overrides the Content style).
Footer – represents a style for footer cells.
Header – represents a style for column headers.
Preview – represents a style for row preview sections.
Selection – represents a style for a selection.
Group – represents a style for grouping rows.
Caption – represents a style for card captions.
CardRowCaption – represents a style for card row captions.
CardCaptionRow – represents a style for card caption rows.