OT:Passing Data without database or Dataset

L

Lukas

Hi there

Im a crystal reports newbe, an have following question:

Is it possible to pass data (e.g. Images or Strings) to a crystal report
without using a dataset, datasource or similar?

Can i define some accessors in the report, for changing an image, or a text
in the report during runtime?

TIA
Lukas
 
G

G.S.

Hi there

Im a crystal reports newbe, an have following question:

Is it possible to pass data (e.g. Images or Strings) to a crystal report
without using a dataset, datasource or similar?

Can i define some accessors in the report, for changing an image, or a text
in the report during runtime?

TIA
Lukas

Look at Parameters
 
I

Ignacio Machin ( .NET/ C# MVP )

Hi there

Im a crystal reports newbe, an have following question:

Is it possible to pass data (e.g. Images or Strings) to a crystal report
without using a dataset, datasource or similar?

Can i define some accessors in the report, for changing an image, or a text
in the report during runtime?

TIA
Lukas

For text, numbers & dates you can use a Parameter.
For images take a look at this link
http://www.thedatafarm.com/blog/PermaLink.aspx?guid=8e33df6c-13b7-4184-b448-2b5ad23a92fe
 
L

Lukas

Great Link!
Thanx, it helped me a lot.
Lukas

Newsbeitrag
Hi there

Im a crystal reports newbe, an have following question:

Is it possible to pass data (e.g. Images or Strings) to a crystal report
without using a dataset, datasource or similar?

Can i define some accessors in the report, for changing an image, or a
text
in the report during runtime?

TIA
Lukas

For text, numbers & dates you can use a Parameter.
For images take a look at this link
http://www.thedatafarm.com/blog/PermaLink.aspx?guid=8e33df6c-13b7-4184-b448-2b5ad23a92fe
 

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