Crystal Report cross table without Database ?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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,
 
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
 
Back
Top