SQL Server Reporting - Designer
-
mejax wrote:
switch 2 smthing else
Client choice of software so not a possibility.
It definitely isn't definatley
-
The document properties in Acrobat list the page as being A4 (8.27" * 11.69") - are you sure this is the case? Do you know what the actual dimensions are (which would be massively helpful! :-)?
It definitely isn't definatley
-
A4 is 210mm x 297mm, dont know inches.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 3 out nowhttp://www.google.com/search?q=210+mm+in+inches[^] http://www.google.com/search?q=297+mm+in+inches[^] :laugh:
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always get punched out when I reach 4.... -- El Corazon
-
mejax wrote:
switch 2 smthing else
Client choice of software so not a possibility.
It definitely isn't definatley
moon_stick wrote:
Client choice of software
This is very unfortunate. Sometimes, these folks, who sign our paychecks, run amuck and crazy demanding rocket launching algorithm with high precision coupled with easy maintanability accompanied by object oriented concepts in VB.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
moon_stick wrote:
Client choice of software
This is very unfortunate. Sometimes, these folks, who sign our paychecks, run amuck and crazy demanding rocket launching algorithm with high precision coupled with easy maintanability accompanied by object oriented concepts in VB.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis LevinsonVasudevan Deepak K wrote:
This is very unfortunate. Sometimes, these folks, who sign our paychecks, run amuck and crazy demanding rocket launching algorithm with high precision coupled with easy maintanability accompanied by object oriented concepts in VB.
And yet it still beats Crystal Reports... :-)
It definitely isn't definatley
-
Vasudevan Deepak K wrote:
This is very unfortunate. Sometimes, these folks, who sign our paychecks, run amuck and crazy demanding rocket launching algorithm with high precision coupled with easy maintanability accompanied by object oriented concepts in VB.
And yet it still beats Crystal Reports... :-)
It definitely isn't definatley
-
Grrrr - can MS not put together a designer that actually does WYSIWYG reports?! The amount of time I've wasted having to resize reports that are perfectly within the confines of an A4 page but magically get wider once they're exported to PDF, is verging on obscene!!
It definitely isn't definatley
-
Maybe try changing the Dots Per Inch (DPI) setting of your PDF printer driver?...the scaling might be happening because you're sending higher or lower resolution than the driver is set at?
I've managed to get it sorted though more through a 'brute force' approach of going in and reducing all the margins and spacings to as small as possible (not 0 though, since that stopped some of the reports from rendering somehow!).
It definitely isn't definatley
-
I've managed to get it sorted though more through a 'brute force' approach of going in and reducing all the margins and spacings to as small as possible (not 0 though, since that stopped some of the reports from rendering somehow!).
It definitely isn't definatley
-
I've managed to get it sorted though more through a 'brute force' approach of going in and reducing all the margins and spacings to as small as possible (not 0 though, since that stopped some of the reports from rendering somehow!).
It definitely isn't definatley
Depending on how you are converting the report you can specify different size margins for the PDF than the report. Calling the Render method to convert report http://msdn2.microsoft.com/en-us/library/aa258532(SQL.80).aspx[^] Some PDF specific Device Information http://msdn2.microsoft.com/en-us/library/ms154682.aspx[^] Passing Device information via XML or URL http://msdn2.microsoft.com/en-us/library/aa179622(SQL.80).aspx[^] Hope this helps ease the pain...