Where is align := baWidth ?
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
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
There is no equivalent of baWidth in FR.Net. You may do this in the object's BeforePrint event:
Text1.Width = ReportTitle1.Width;