Hey there guys.
I have a strange problem with a report of mine.
Basics:
UnitOfMeasure is cm (i'm from germany)
Paperkind is A4
Landscape is false
Margins are set to 10mm each side
Got some normal datafields from a dataset and a picturebox
The items are filled as they should.
Picturebox is set to ScaleProportional
Issue:
I want my report with 2 columns.
Its an labeled report and the bounds, margins, paddings and so on are as set as the 2 cloumns will fit on the document.
The designer is showing me the second column but if i run the report in my application, the second column will not appear.
The first column is as long as the whole document (it looks like streched).
I've tried various settings on the meassures but nothing will work.
Hopefully some of you has an idea how to fix my issue.
Regards, Tom
[UPDATE]
The problem occurs only if the picturebox value is set by the following code:
The function called returns the ImagePath as string.
Reportviewer even loads the image in the Picturebox and later its getting an GDI+ error too.
Slowly but sure it drives me to despair :/
I have a strange problem with a report of mine.
Basics:
UnitOfMeasure is cm (i'm from germany)
Paperkind is A4
Landscape is false
Margins are set to 10mm each side
Got some normal datafields from a dataset and a picturebox
The items are filled as they should.
Picturebox is set to ScaleProportional
Issue:
I want my report with 2 columns.
Its an labeled report and the bounds, margins, paddings and so on are as set as the 2 cloumns will fit on the document.
The designer is showing me the second column but if i run the report in my application, the second column will not appear.
The first column is as long as the whole document (it looks like streched).
I've tried various settings on the meassures but nothing will work.
Hopefully some of you has an idea how to fix my issue.
Regards, Tom
[UPDATE]
The problem occurs only if the picturebox value is set by the following code:
this.pictureBox1.Value = "= snvMain.GlobalParams.getImageToArticle(Fields.artnr)"; |
Reportviewer even loads the image in the Picturebox and later its getting an GDI+ error too.
Slowly but sure it drives me to despair :/