[Overview][Classes][Index] Reference for unit 'u_reports_components' (#lazextcomponents)

TFWPrintData

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

Declaration

Source position: u_reports_components.pas line 59

type TFWPrintData = class(TComponent)

protected

  procedure Notification(); override;

  

  procedure SetCreateReport(); virtual;

  

  function CreateColumns; virtual;

  

  procedure ActiveChanged; virtual;

  

  procedure AddColumns; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure CreateAReport(); virtual;

  

  procedure ShowPreview; virtual;

  

  procedure AddPreview(); virtual;

  

  property FormReport: TReportForm; [r]

  

published

  property Datasource: TDatasource; [rw]

  

  property Filter: TRLCustomPrintFilter; [rw]

  

  property DBTitle: String; [rw]

  

  property Columns: TExtPrintColumns; [rw]

  

  property Report: TRLReport; [rw]

  

  property Preview: TRLPreview; [rw]

  

  property CreateReport: Boolean; [rw]

  

end;

Inheritance

TFWPrintData

  

|

TComponent

?

TObject