Skip to main content

TCustomdxComponentPrinter.IsGenerateReportProgressEvent Method

Determines the manner in which a report is generated.

Declaration

function IsGenerateReportProgressEvent: Boolean;

Returns

Type
Boolean

Remarks

The IsGenerateReportProgressEvent method determines whether the cpoGenerateReportProgressEvent option of the Options property is active. If this method returns True, the printing component generates the OnGenerateReportProgress event while building a report.

See Also