473,378 Members | 1,498 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Add a TextObject Dynamicly

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.ReportDocum ent

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


Jul 21 '05 #1
2 1492
Can you not crosspost to irrelevant groups? This is *not* compactframework
related.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
"Programmer" <se*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.ReportDocum ent

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


Jul 21 '05 #2
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

"Chris Tacke, eMVP" <ct****@spamfree-opennetcf.org> wrote in message
news:ek**************@TK2MSFTNGP12.phx.gbl...
Can you not crosspost to irrelevant groups? This is *not* compactframework related.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
"Programmer" <se*******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.ReportDocum ent

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



Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Matt Theule | last post by:
Visual Studio 2002, Crystal Reports.NET I am unable to set the text of a text object in a crystal reports report. I have found lots of examples for doing this, and what I have does not throw...
0
by: Matt Theule | last post by:
Visual Studio 2002, Crystal Reports.NET I am unable to set the text of a text object in a crystal reports report. I have found lots of examples for doing this, and what I have does not throw...
1
by: Henke | last post by:
Hi I have a aspx-page with a panel-control. On this panel control I add user controls dynamicly with LoadControl and panel.Controls.Add(myControl). On some of the dynamicly added user controls I...
2
by: Programmer | last post by:
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...
1
by: Eric | last post by:
Hi, Can somebody tell me a way to change the value of a textobject in a report at runtime. By the way if anyone know a way to know how many page my report are going to had in code it will be...
1
by: Josep Blanch | last post by:
Hi, I'm making a report with Crystal Reports and I use a TextObjet witch I assign a string, but I need to show the text in multiline. How I could do it? Thanks!
2
by: Wilfried Mestdagh | last post by:
Hi, I'm trying to find my way in my first crystalreport. To make a summary I need of course put text and results on it. There is a TextObject, but how do I reach it from code ? -- rgds,...
1
by: MizukaEno | last post by:
Hello, experts. I'm using C# to create WinForms application with Crystal Reports as a reporting tool. I have three very simple table-like reports and I have one report with three subreports,...
5
by: Pasan Indeewara | last post by:
Hi, I want to assign some parameter values passed into crystal report constructor to textobjects on crystal reports. Is there a way of doing it? coz when i checked intellisence does not show the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.