P
Programmer
Hi all
How can I add a text object on an Crystal Report dynamicly???
I have an aspx page that loads the report
but i cant find the methods to insert new Items on the rpt
Can anyone help me pls
This code loads the report.
Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
rpt.Load(Request.PhysicalApplicationPath & "reports\test\crpt.rpt",
OpenReportMethod.OpenReportByDefault)
after that i Cant find any method to Add Controls on the rpt
And I also cant create a new Instance on the BoxObject
Thank you all
How can I add a text object on an Crystal Report dynamicly???
I have an aspx page that loads the report
but i cant find the methods to insert new Items on the rpt
Can anyone help me pls
This code loads the report.
Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
rpt.Load(Request.PhysicalApplicationPath & "reports\test\crpt.rpt",
OpenReportMethod.OpenReportByDefault)
after that i Cant find any method to Add Controls on the rpt
And I also cant create a new Instance on the BoxObject
Thank you all