mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 10:10:12 +02:00
* Make Page and Band available in element
git-svn-id: trunk@38360 -
This commit is contained in:
parent
7b7f164c28
commit
11bda89833
@ -673,8 +673,6 @@ type
|
||||
procedure RecalcLayout; virtual; abstract;
|
||||
property StretchMode: TFPReportStretchMode read FStretchMode write FStretchMode default smDontStretch;
|
||||
property OnBeforePrint: TFPReportBeforePrintEvent read FOnBeforePrint write FOnBeforePrint;
|
||||
property Page: TFPReportCustomPage read GetReportPage;
|
||||
property Band: TFPReportCustomBand read GetReportBand;
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
@ -688,6 +686,8 @@ type
|
||||
function EvaluateVisibility : boolean; virtual;
|
||||
property Parent: TFPReportElement read FParent write SetParent;
|
||||
Property Report : TFPCustomReport read GetReport;
|
||||
property Page: TFPReportCustomPage read GetReportPage;
|
||||
property Band: TFPReportCustomBand read GetReportBand;
|
||||
{ Runtime Layout - populated when layouting of report is calculated. }
|
||||
property RTLayout: TFPReportLayout read FRTLayout write FRTLayout; // TOOD: Maybe we should rename this to PrintLayout?
|
||||
published
|
||||
|
Loading…
Reference in New Issue
Block a user