TCustomdxPSExplorer.FilterLink Property
Specifies the class of links whose reports are displayed by the explorer.
Declaration
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