views:

137

answers:

0

The crux of my problem is this:

I'm using Crystal Reports (bundled) with Visual Studio .NET 2008. I'm using an IBlobFieldObject for a dynamically loaded picture. What I'm doing works perfectly, EXCEPT for the following issue:

The default size of the field object is creating a problem for me, because the 1" by 1" square is sticking out too far off of my subreport, hence ruining my layout.

If I change the size, it also changes the XScaling and YScaling. If I change the height and width in the Format Object box, it automatically changes the Percentage too. I just need something smaller than 1" by 1"! Suggestions?