TextObject

rpbrpb
edited 7:11PM in FastReport .NET
Hallo,

How can I set the Border BottomLine Style + Color under action before print?

I've tried Name.Border.BottomLine.Style = BorderStyle.FixedSingle;
Or set the Line to Bottom... Cant get it to work.
Some records the TextObject needs to be underlined.

The color works Name.Border.BottomLine.Color = Color.Silver;

Thanks,
Rainer

Comments

  • edited 7:11PM
    Hello,

    You need to indicate which lines you want in the border:

    Text1.Border.Lines = BorderLines.Bottom;
    -or-
    Text1.Border.Lines = BorderLines.Top | BorderLines.Bottom;

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.