Images in a Grid on Report

1 Answer 6 Views
.NET Framework Grouping PictureBox Programming Table
Oscar
Top achievements
Rank 1
Oscar asked on 10 Jul 2025, 03:22 PM

Hello,

Im retrieving some images from the database and im trying to show them like in a grid view like the mobile gallery. I've been trying with List and a picture box but each image shows in its on row.

What im trying to do

Column1          Column2
   Image1            Image2
   Image3           Image4

What im getting

Column1          Column2
   Image1           
   Image2
   Image3           
   Image4

Any help appreciated

1 Answer, 1 is accepted

Sort by
0
Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
answered on 14 Jul 2025, 01:33 PM

Hello Oscar,

It looks like you are trying to get a list with multiple columns. To do this, you could use the Grouping properties of the list as depicted:

I've attached a sample report using CSV source for reference. Key things to pay attention to:

  • "2" indicates the number of columns for the multicolumn list. You could change it if you need more columns
  • You need to have an indicator for the element number. In my case, I'm using "id"
  • You need to change the value you are showing to the relevant image from the data source you are using

Let me know if this resolves the problem.

Regards,
Krasimir Baylov

Tags
.NET Framework Grouping PictureBox Programming Table
Asked by
Oscar
Top achievements
Rank 1
Answers by
Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
Share this question
or