Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGridReportLink Class

Represents the base class for the vertical grid control report links.

#Declaration

Delphi
TcxCustomVerticalGridReportLink = class(
    TdxCustomcxControlReportLink
)

#Remarks

The TcxCustomVerticalGridReportLink class is the base class for report link classes used for printing out the vertical grid control. The report link for vertical grid inherits its functionality from the TdxCustomcxControlReportLink class and provides additional report rendering options which modify the look and feel of the resulting report and do not affect the vertical grid control’s options. Many report link options are similar to the vertical grid options.

The report link provides the following set of rendering options:

  • The OptionsExpanding group of properties controls the expansion of vertical grid nodes within the report.

  • The OptionsFormatting group of properties defines formatting options for a report.

  • The OptionsPagination group of properties specifies how the vertical grid control should be divided across report pages.

  • The OptionsRefinements group of properties specifies refinements to the look and feel of the vertical grid report.

  • The OptionsSize group of properties determines how the vertical grid control is sized within the report.

  • The OptionsView group of properties specifies which vertical grid control elements are visible within the report.

You can also define the vertical grid control styles within the report via the Styles property.

See Also