Skip to main content

TBasedxReportLink.OnFilterStyle Event

Occurs when retrieving the list of available print styles.

Declaration

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