Add a TextObject Dynamicly

  • Thread starter Thread starter Programmer
  • Start date Start date
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
 
Oh! Thank You for nothing!
It whould be easyer to say
"Sorry I Don't have any idea and please don't do crosspost" or say
"Yes here is the solution but please don't do crosspost"


And please next time DON'T DO CROSSPOSTS TO ALL GROUPS
The subject is *NOT* compactframework but it is relative to the other
newsgroups

Thank you
 
Sorry if it wasn't helpful, but general newsgroup ettiquette keeps me from
answering the question. Giving an OT answer in an OT group simply encourages
the bad behavior. Psychology and Parenting 101.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top