Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 16th, 2004, 10:36 PM
Registered User
 
Join Date: May 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to change report's objects dynamically.

Hello everybody!
Can somebody help me with the following problem:
We use Crystal Reports 9 Developer Edition. The application is ASP.NET and written on VB.NET. We use .NET 2003.
Is there any way to change report's objects (like a chart type, title, report title and so on) dynamically from the application code?
Any thoughts would be greatly appreciated.
 Vadim
 
Old May 17th, 2004, 12:04 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

I havent done it in Crystal Reports 9, but I was using
Code:
rsReportItems.Fields.Item("ReportBaseName") = "urTitle";
for Crystal Reports 8 from traditional ASP.

Always:),
Hovik Melkomian.
 
Old May 17th, 2004, 09:40 AM
Registered User
 
Join Date: May 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by melvik
 I havent done it in Crystal Reports 9, but I was using
Code:
rsReportItems.Fields.Item("ReportBaseName") = "urTitle";
for Crystal Reports 8 from traditional ASP.

Always:),
Hovik Melkomian.
I actually need it in VB.NET and basically I need to change a chart type, chart title. For example, when user select in dropdown list "Chart Direction" value "Horizontal" and run the report, the chart direction in the report should change from "Vertical" to "Horizontal". But Thank you anyway. Vadim.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamically add objects based on Word Bookmarks a4d2a0m VB How-To 2 February 27th, 2007 03:57 AM
dynamically adding objects shawnvb VB How-To 3 February 14th, 2007 03:12 PM
Picture Objects - how do I change the image on a r ERC Crystal Reports 13 March 19th, 2005 12:20 PM
Dynamically Creating Objects of Array of Classes dinkarsinha General .NET 0 January 28th, 2005 06:22 AM
how delete objects created dynamically? renee_santoscoi Javascript 1 October 7th, 2004 08:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.