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

TBasedxReportLink.GetFilteredStyles(TStrings) Method

Retrieves a list of print styles that can be applied to a report.

#Declaration

Delphi
procedure GetFilteredStyles(AStrings: TStrings);

#Parameters

Name Type
AStrings TStrings

#Remarks

Some print styles defined in the style manager may not be supported by a report link. The GetFilteredPapers method generates the OnFilterStyle event. Handle this event to filter out which print styles are to be supported. If no handler for this event has been implemented, all the print styles are supported.

See Also