|
-
Dec 5th, 2005, 11:04 PM
#1
Thread Starter
Member
set BoxObject position from code
hi ppls
can somebody tell me how to set BoxObject or TextObject position in crystal report from the code
I try something like this
Dim cet As New CrystalReport4
Dim SampleReportText1 As CrystalDecisions.CrystalReports.Engine.BoxObject = CType(cet.ReportDefinition.ReportObjects.Item("Box1"), CrystalDecisions.CrystalReports.Engine.BoxObject)
SampleReportText1.Top = 100
but i get some error: Invalid object type
Thanks for your time
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|