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.OnFilterStyle Event

In This Article

Occurs when retrieving the list of available print styles.

#Declaration

Delphi
property OnFilterStyle: TdxFilterStyleEvent read; write;

#Remarks

Write an OnFilterStyle event handler to filter the list of available print styles.

The Sender parameter specifies the report link for which the list of print styles is retrieved.

The AStyle parameter is used to access a print style object and acquire its information.

The ASupported parameter specifies whether to include a print style in the list; if this parameter is set to True, the AStyle style is displayed among available print styles.

See Also