OT:Passing Data without database or Dataset

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