TTXRBandContents - Events - Properties
Band on report.
Description
Use TTXRBand to add bands to your report.
Contents - TTXRBand - Properties
AfterPrint
BeforePrintDelphi declaration
property AfterPrint: TTXAfterPrintEvent read FAfterPrint write FAfterPrint;
C++ declaration
__property TTXAfterPrintEvent AfterPrint={ read=FAfterPrint, write=FAfterPrint }
Description
AfterPrint is triggered after band has been printed.
Delphi declaration
property BeforePrint: TTXBeforePrintEvent read FBeforePrint write FBeforePrint;
C++ declaration
__property TTXBeforePrintEvent BeforePrint={ read=FBeforePrint, write=FBeforePrint }
Description
BeforePrint is triggered before band is printed.Use BeforePrint to perform processing before band is printed or to skip printing.
Align
Delphi declarationForceNewPage
property Align;
C++ declaration
__property Align
Forced page break.RulerDelphi declaration
property ForceNewPage: Boolean read FForceNewPage write FForceNewPage default false;
C++ declaration
__property bool ForceNewPage={ read=FForceNewPage, write=FForceNewPage, default=0 }
Description
Set ForceNewPage to true to start a new page before band is printed.
Ruler options.Delphi declaration
property Ruler: TTXRulerOptions read FRuler write SetFRuler;
C++ declaration
__property TTXRulerOptions Ruler={ read=FRuler, write=SetFRuler, nodefault }
Description
Set Ruler options to display ruler on your band at design-time.