Crystal Report cross table without Database ?

G

Guest

Hi,

I need a way to make a crosstable in CR without having a Database. I only
have a Dataset with the data for the table.

Does anyone know how i can create a crosstable in CR in this way ?

Thx and regards

Fabian
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

What you mean with a cross table?

You can use a dataset just like any other database, what I do is when I'm
designing the CR I generate only the schema for the dataset, save to disk
using DataSet.WriteXml and then nagivate to that xml from the CR designer,
later at runtime you can use SetDataSource ( aFilledDataSet)

cheers,
 
G

Guest

The CrossTable in the Designer of CR in my .Net VS2003

There it is possible to insert a table(crosstable) but this you only can use
if you add a database before.

So can you give me a code example to generate a table like the one in the
designer ?

Greets

Fabian
 

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