Can I change default TextObject?

I drag a DataColumn from DataSource, FR will create a TextObject contains the DataColumn.
Now I create a DWTextObject extends TextObject and call
FastReport.Utils.RegisteredObjects.Add(typeof(DWTextObject), "ReportPage", bitm, "Datawin Text Object", 0, false);
I want the default TextObject is DWTextObject when drag a DataColumn from DataSource, can I do?

Comments

  • edited 9:06PM
    Hello,

    You have to set the DataColumn properties:
    BindableControl = Custom
    CustomBindableControl = DWTextObject

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.