TBasedxReportLink.GetFilteredStyles(TStrings) Method
Retrieves a list of print styles that can be applied to a report.
Declaration
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