SwapPageSize

Hello everyone. I am new to FastReport 4 VCL so I am still learning my way around it.

Does anyone know what TfrxReport.PrintOptions.SwapPageSize does?

(I cannot find it in any of the documentation.)

Comments

  • gpigpi
    edited 10:25PM
    I think this property should be removed
      published
        property Copies: Integer read FCopies write FCopies default 1;
        property Collate: Boolean read FCollate write FCollate default True;
        property PageNumbers: String read FPageNumbers write FPageNumbers;
        property Printer: String read FPrinter write FPrinter;
        property PrintMode: TfrxPrintMode read FPrintMode write FPrintMode default pmDefault;
        property PrintOnSheet: Integer read FPrintOnSheet write FPrintOnSheet;
        property PrintPages: TfrxPrintPages read FPrintPages write FPrintPages default ppAll;
        property Reverse: Boolean read FReverse write FReverse default False;
        property ShowDialog: Boolean read FShowDialog write FShowDialog default True;
        property SwapPageSize: Boolean read FSwapPageSize write FSwapPageSize stored False;// remove it
      end;
    
  • edited 10:25PM
    gpi wrote: »
    I think this property should be removed

    Do you know what it does (or what it did)?
  • gpigpi
    edited 10:25PM
    wrote:
    or what it did
    Changed page dimensions when lanscape orientation selected
    This property doesn't used now

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.