Hi guys

I would like to position a line in a crystal report at runtime.

I managed to do the same with a field object and a text object, however it
does not work with the line object.

Using the command: 'myLineObject.Left = 400;'
the following exception occurs:

------------------------------------
An unhandled exception of type
'CrystalDecisions.CrystalReports.Engine.InvalidArgumentException' occurred in
crystaldecisions.crystalreports.engine.dll

Additional information: Error in File C:\myReport.rpt:
Invalid object type.
--------------------------------------

Note that the LineObject.Left property is according to the documentation not
read-only.

Do you know how to solve this problem?
Thanks in advance for helping me out.
Chris