1

I want to have this layout in crystal reports:

How to do this?

enter image description here

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
Psl
  • 3,830
  • 16
  • 46
  • 84
  • A duplicate of http://stackoverflow.com/questions/6340666/crystal-report-or-ssrs-flowing-text-around-image – Kangkan Jun 20 '11 at 06:39
  • Yes but they didnt answer how it is possible to wrap text around images.:-).i want to generate multile colums using dynamic text not using static text..Please reply – Psl Jun 20 '11 at 07:50

2 Answers2

2

If the following data fetched from the database you can corretly obtined the output you want with out any repetition in column values :-).I think you put static data in the label field and set the muti column layout.right?

divz
  • 7,847
  • 23
  • 55
  • 78
1

For image layout, I have no knowledge.

Multi Column layout:

Multi-Column layout is available in Crystal Report. For multiple columns:

1. Go to the detail section. Resize it so that it takes the width of a
single column.
2. Add your fields of interest to the details section. Resize them so
that they only use the specified width only.
3. Go into your Section Expert. In the section "Details", turn on the
Format with Multiple Columns option.
4. A new tab "Layout" will now be visible. It allows additional
formating including gap between the columns etc.

This should do the multi-column layout.

Kangkan
  • 15,267
  • 10
  • 70
  • 113
  • Thanks alot.multiple colums is working properly .sir if u dont mind could u please tell me how to wrap text around images – Psl Jun 20 '11 at 10:39
  • Sorry, I am not aware of the way to wrap text around image. You can think of overlay, but otherwise, I am not aware of any other way to implement this. You can post it to the Crystal Report official forum on SAP website. – Kangkan Jun 21 '11 at 10:51
  • Ok thanks you :-)..One more issue arising while i trying to export generated crystal reports to pdf .column data's are repeating in the generated pdf. – Psl Jun 22 '11 at 04:03
  • Not getting you exactly. Why don't you put the pdf (a page or so) in your post? – Kangkan Jun 22 '11 at 05:55
  • i have uploaded the pdf.its the exported pdf from crystal reports. – Psl Jun 22 '11 at 06:15