TCustomdxComponentPrinter.IsGenerateReportProgressEvent Method
In This Article
Determines the manner in which a report is generated.
#Declaration
Delphi
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