Superscript ?®

edited 12:46PM in FastReport .NET
Hi,

I am trying to display the trademark "MasterCard". It's fine with the rich textbox object and static input.
But when it binds with datasource, the "?®" cannot be displayed in superscript. Is there a way to display the superscript from the datasource directly?
Please find attached picture for both.

Thanks,
Xufeng

Comments

  • edited 12:46PM
    Hello,

    You may use TextObject object with HtmlTags = true. Put the following text in it:

    [[YourTable.Column1].Replace("?®", "")]
  • edited 12:46PM
    Thanks Alex,


    I've tried the Html tag, but found it's a little different from what I want.
    Please see the attached screen shot.
    Left is the one copied from a word doc. and right one is using the html tag.

    Is that possible to get the exactly same result?

    Regards,
    Xufeng
  • edited 12:46PM
    Sorry, it's not possible to get exactly the same result.

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.