Software Development Network>> SQL Server>> Pixel to inch.
Hi,
I am using SSRS 2005 + SP1.
Is there any better way to convert pixel to inch or cm
Thanks n Regards,
UT.
I guess you can follow this approach for the conversion:
x Pixels / 96 dpi (screen resolution) = y inches
-- Robert
Thx for the reply.
I was given a spec with all the unit of measure was in pixels. That's why I need to convert it into cm or inch.
Thanks and Regards,
Pixel to inch.
denaes
I guess you can follow this approach for the conversion:
x Pixels / 96 dpi (screen resolution) = y inches
-- Robert
ChristofWollenhaupt
Thx for the reply.
I was given a spec with all the unit of measure was in pixels. That's why I need to convert it into cm or inch.
Thanks and Regards,
UT.
Thomas Wolfram MVP
you can set any size in cm or inch..