473,466 Members | 1,548 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

XML and Crystal Report .NET

LL
I am looking for online Crystal Report articles or VB samples to accomplish
the following scenario.

(In .NET Windows application)
1) User downloads an Xml document to local computer.
2) When Preview button is clicked, Crystal report will format the Xml
document into reports and display them to the user.

Thanks for your help.

LL
Nov 11 '05 #1
4 6911
You have to know the format that the XML will be in prior to creating the
report. Build a dataset using this schema and build the report using this
schema. When you run the program load the XML into a dataset and assign the
dataset to the report.

The sample code is in Chapter 14 of my free ebook.

HTH,
Brian Bischof

A Crystal Reports.NET book for programmers? Its free!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160


"LL" <no****@yahoo.com> wrote in message
news:eN**************@TK2MSFTNGP12.phx.gbl...
I am looking for online Crystal Report articles or VB samples to accomplish the following scenario.

(In .NET Windows application)
1) User downloads an Xml document to local computer.
2) When Preview button is clicked, Crystal report will format the Xml
document into reports and display them to the user.

Thanks for your help.

LL

Nov 11 '05 #2

"Brian Bischof" <br***@nospam.bischofsystems.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
You have to know the format that the XML will be in prior to creating the
report. Build a dataset using this schema and build the report using this
schema. When you run the program load the XML into a dataset and assign the dataset to the report.

The sample code is in Chapter 14 of my free ebook.

HTH,
Brian Bischof

A Crystal Reports.NET book for programmers? Its free!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160

Cool!
Thanks for the info and link to your book, Brian.
Hope you don't mind if I share it with my students.

--
Peter - [MVP - Academic]
Nov 11 '05 #3
Glad you find it helpful! Please pass on the information to your students.
And make sure to give them the link to the site so they can come back
whenever they need to.

Brian Bischof

A Crystal Reports.NET book for programmers? Its free!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...

"Brian Bischof" <br***@nospam.bischofsystems.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
You have to know the format that the XML will be in prior to creating the report. Build a dataset using this schema and build the report using this schema. When you run the program load the XML into a dataset and assign

the
dataset to the report.

The sample code is in Chapter 14 of my free ebook.

HTH,
Brian Bischof

A Crystal Reports.NET book for programmers? Its free!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160

Cool!
Thanks for the info and link to your book, Brian.
Hope you don't mind if I share it with my students.

--
Peter - [MVP - Academic]

Nov 11 '05 #4
BVM
Thanks, Brian. It's is a very useful book. I like it.

Dennis
"Brian Bischof" <br***@nospam.bischofsystems.com> wrote in message
news:ea**************@TK2MSFTNGP12.phx.gbl...
Glad you find it helpful! Please pass on the information to your students.
And make sure to give them the link to the site so they can come back
whenever they need to.

Brian Bischof

A Crystal Reports.NET book for programmers? Its free!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160

"Peter van der Goes" <p_**********@mars.cox.net> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...

"Brian Bischof" <br***@nospam.bischofsystems.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
You have to know the format that the XML will be in prior to creating the report. Build a dataset using this schema and build the report using this schema. When you run the program load the XML into a dataset and
assign the
dataset to the report.

The sample code is in Chapter 14 of my free ebook.

HTH,
Brian Bischof

A Crystal Reports.NET book for programmers? Its free!
* Covers ASP.NET and Windows Forms
* Teaches all phases of report development
* Alerts you to the bugs and how to get around them
* Maps out the complex ReportDocument object model
* Shows how to perform runtime customization
* Demonstrates all options of connecting with ADO.NET
* Gives complete code listings for every concept presented

http://www.123aspx.com/redir.aspx?res=30160

Cool!
Thanks for the info and link to your book, Brian.
Hope you don't mind if I share it with my students.

--
Peter - [MVP - Academic]


Nov 11 '05 #5

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

Similar topics

1
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
13
by: kristoff plasun | last post by:
I have a problem with a C++ DCOM application that prints Crystal Reports with data from Oracle. The SQL query is relatively complex but when the report is printed from the Crystal Reports...
0
by: Dr. Indera | last post by:
hello, i previously posted the questions below on several crystal reports newsgroups, including the one for the company that makes crystal reports, but never got an answer, so i'm hoping that...
2
by: Mythran | last post by:
In .Net, how can I go about and set a Crystal Reports namespace? Right now they use the Root Namespace (VB) from the project. How can I extend the namespace for a single report (which will be set...
1
by: Karthic | last post by:
When i right click on the .rpt file in the VS 2003, i see a property printer setting. It says "No printer" on the top and there is option to select printer and paper settings etc.. I want to...
1
by: bthomas71chevy | last post by:
I have just setup a WebServer and all the applications work fine, but when every any of the applications try to generate a Crystal Report the page errors out. "File or assembly name...
0
by: Chris | last post by:
I have the following situation in a VB.Net App I am working on: 1.)A report created in VS.Net 2003 using the CR.Net component of VS 2003. 2.)The datasource for the report is a Stored Proc in a...
9
by: Altman | last post by:
I am currently using ASP.Net 2003 and will be upgrading to 2005 sometime in the near future. I have been having issues with using Crystal Reports that were included with .Net to handle my...
0
by: John Smith | last post by:
Hello, I am developing a VB.NET 2003 application that will use lots of Crystal Reports. Sometimes the users will preview a report in a Crystal report viewer, and sometimes they will send the...
11
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
How can I stop receiving this message while calling a crystal report? "The report you requested requires further information." Thanks
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.