I have following data in variables 1) Patient Name,Age,Sex,Referred by Doctor. 2) TestName,Parameters(As an array) and its results There are some variables which will be computed using formulas.
I need to send data to printer in the following format http://www.orthoclinical.com/en-us/Documents/Sample%20lab%20report.pdf
Please point me how to implement the same.
PS: 1) I cant display data directly from Database. There are many derived parameters which will be calculated using formulas. 2)I'm newbie to C# and printing application. Please help me with pseudocode/code