CrossView get element on the fly

edited May 2011 in FastReport 4.0
Hello,


Please have a look at the output of a the CrossView: picture
I need to rotate the columns highlighted with red on the fly.

I tried RowMemos,CellMemos ,ColumnMemos ,CornerMemos but it seemed that I can set everything except that I need.

Can somebody help me?

Comments

  • gpigpi
    edited 9:04PM
    Try to use:
    procedure Cross1OnBeforePrint(Sender: TfrxComponent);
    begin
         Cross1Column0.Rotation := 90;                                    
    end;
    
  • edited 9:04PM
    gpi wrote: »
    Try to use:
    procedure Cross1OnBeforePrint(Sender: TfrxComponent);
    begin
         Cross1Column0.Rotation := 90;                                    
    end;
    

    It works! Thank you!

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.