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

TdxCustomReportLinkOptionsView Class

Represents the report link’s options, which affect the visibility of the control’s elements within a report.

#Declaration

Delphi
TdxCustomReportLinkOptionsView = class(
    TdxCustomReportLinkOptions
)

#Remarks

The TdxCustomReportLinkOptionsView property specifies which elements of the control that are associated with the report link should be displayed within the report. The TdxCustomReportLinkOptionsView class does not introduce any new members. However, its descendants extend this class with new options specific to particular controls.

#Inheritance

TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsView
See Also