Where is align := baWidth ?

edited March 2012 in FastReport .NET
Hello Support.

First, I came from fast-report vcl.

Second, I am looking for "align" property applied to objects similar in the .NET version.

I found some similar at "Dock" property. However when a Set to "Fill" value this fill over all area including all objects located there. The question is : How can I replicate the same "align := baWidth" behavior at .NET version ?

Thanks,

Pedro

Comments

  • edited 6:02AM
    Hello,

    There is no equivalent of baWidth in FR.Net. You may do this in the object's BeforePrint event:

    Text1.Width = ReportTitle1.Width;

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.