Skip to main content

TCustomdxPSExplorer.FilterLinkClass Property

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

Declaration

property FilterLinkClass: TComponentClass read; write;

Property Value

Type
TComponentClass

Remarks

Use the FilterLinkClass property to filter reports by their link class. If a class is assigned to the property, the explorer will display only those reports that have been created for the specified control class. For instance, to display only reports created for the TcxDBTreeList control, assign this class to the FilterLinkClass property.

If the FilterLinkClass property value is nil, no filtering is applied to the explorer.

See Also