Skip to main content

TCustomdxComponentPrinter.DesignerExists(TBasedxReportLink) Method

Determines whether a specific report link has a designer.

Declaration

function DesignerExists(AReportLink: TBasedxReportLink = nil): Boolean;

Parameters

Name Type
AReportLink TBasedxReportLink

Returns

Type
Boolean

Remarks

This function returns True if there is a designer for a report link specified by the AReportLink parameter; otherwise, False.

See Also