Skip to main content

TCustomdxComponentPrinter.DesignReport(TBasedxReportLink) Method

Displays the report link designer.

Declaration

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

Parameters

Name Type
AReportLink TBasedxReportLink

Returns

Type
Boolean

Remarks

Generally, the designer is used to customize the page layout of a report. The DesignReport method activates the report link designer for the link specified by the AReportLink parameter. The report designer is displayed on screen if the Component property has been set correctly and the report link includes a designer for a given component class. If the report designer window has been successfully activated, the DesignReport function returns the result of Designer task; otherwise, False.

See Also