[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreport.pp line 1710
type TFPReport = class(TFPCustomReport) |
public |
property Pages: TFPReportCustomPage; |
property PageCount: Integer; |
property Images: TFPReportImages; |
property IsFirstPass: Boolean; |
published |
property Author: string; |
property Title: string; |
property TwoPass: Boolean; |
property ReportData: TFPReportDataCollection; |
property OnAfterRenderReport: TNotifyEvent; |
property OnBeforeRenderReport: TNotifyEvent; |
property OnBeginReport: TFPReportBeginReportEvent; |
property OnEndReport: TFPReportEndReportEvent; |
end; |
| |
| |
| |
TObject |