Designer: show band captions

edited 8:31PM in FastReport 4.0
Hello,

I want to disable the option "Show band captions" .
You can find the option via "View"->"Options"

I already found the other fields but this is the only one 1 can not find.

TfrxDesignerForm(Sender).ShowGrid := True;
TfrxDesignerForm(Sender).GridAlign := True;
TfrxDesignerForm(Sender).Units := duPixels;
TfrxDesignerForm(Sender).GridSize3 := 5;
TfrxDesignerForm(Sender).GridSize4 := 5;

Could you help me out?


Comments

  • gpigpi
    edited 8:31PM
    TfrxDesignerForm(Sender).Workspace.FreeBandsPlacement := False;
    
  • edited 8:31PM
    Thanks it works

    TfrxDesignerForm(Sender).Workspace.ShowBandCaptions := False;
    

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.