Unit 'ZReport' Package
[Overview][Constants][Types][Classes][Index] [#pl_zreport]

TZRComposite

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: zreport.pas line 866

type TZRComposite = class(TComponent,IZReport)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Preview;

  

  procedure Print;

  

  property FileName: string; [r]

  

  property Printer: TZRPrinter; [r]

  

  property Reports: TList; [r]

  

published

  property Font: TFont; [rw]

  

  property Options: TZReportOptions; [rw]

  

  property Title: string; [rw]

  

  property PageWidth: Integer; [rw]

  

  property PageHeight: Integer; [rw]

  

  property ShowProgress: Boolean; [rw]

  

  property OnAddReports: TNotifyEvent; [rw]

  

  property OnGetFileName: TZRGetFileNameEvent; [rw]

  

  property OnPrintStart: TNotifyEvent; [rw]

  

  property OnPrintFinish: TNotifyEvent; [rw]

  

end;

Inheritance

TZRComposite

  

|

TObject,IZReport



CT Web help

CodeTyphon Studio