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

TCustomdxPSExplorer.FilterLink Property

Specifies the class of links whose reports are displayed by the explorer.

#Declaration

Delphi
property FilterLink: string read; write;

#Property Value

Type
string

#Remarks

Use the FilterLink property to filter reports by their link class, assign the class name to this property to display only reports created for the specified class. For instance, if you need to display only list box reports within the explorer, assign the ‘TListBox‘ string to the FilterLink property.

If the FilterLink property value is an empty string, no filtering will be applied to the reports.

See Also