In cylindrical coordinates, the infinitesimal surface area is $dA=sd\theta dz$.
In order to find the surface area of the curved portion of a cone,with radius R and height h, I compute the integral:
$$A = \int_{\theta=0}^{2\pi}\int_{z=0}^{h}dA = \int_{\theta=0}^{2\pi}\int_{z=0}^{h} sd\theta dz$$
Using the straight line equation which gives $s = \frac{R}{h}(h-z)$, I obtain $A = \pi R h$.
This however does not give the literature solution, $ A = \pi R (R + \sqrt{R^2 + h^2})$. Have I gone wrong somewhere in my calculations?