Crystal Reports and VS Express

T

Thomas Schremser

Hi everybody!

I'm using the full version of Crystal Reports XI (Version 11.0.0.1282) and
Visual C# 2005 Express Edition.

I want to create a report which should later be populated with data from a
DataSet. Since my version of CR isn't integrated in the Express Edition of
VS I'm unable to create a report without connecting it to an existing data
source - in my case a SQL Server 2000 database. And that's where my problem
starts: no matter what I do, the report always retrieves its data from the
SQL Server and completely ignores the DataSet.

How can I remove the SQL Server connection from my report so it will use the
DataSet? Or is there a way to create a report just by defining fields
without the need of an explicit data source?

TIA & Greetings from Austria
Thomas

Grüße
Thomas
 
S

sloan

Im not sure of your versions, but here are some helper urls:


http://support.businessobjects.com/communityCS/TechnicalPapers/rtm_reportingoffadonetdatasets.pdf


Please review this

http://scottonwriting.net/sowblog/posts/2148.aspx



I've been able to define a STRONG dataset, and then wire it up (Just the
Schema) without the db being available.

There is a caveat. Sometimes the "use a dataset" in the set/source menu
item of CR...doesn't work.

and you have to resort to "xsd schema". its buried in there somewhere, and
instead of picking

MYSERVER/MYDATABASE

you'll browser for an xsd file, which is your strong dataset definition.



STAY WITH THIS APPROACH, you're on the right path. Stick with the dataset,
and not marrying yourself to any particuliar database (running instance).
 
T

Thomas Schremser

Hi sloan!

Thanks for your answer but ...

sloan said:
There is a caveat. Sometimes the "use a dataset" in the set/source menu
item of CR...doesn't work.

.... there's my problem: "use a dataset" simply does not exist in my version

:-((

Greetings
Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top