Click here to Skip to main content
15,923,168 members

Comments by kenali99 (Top 1 by date)

kenali99 1-Jun-11 23:42pm View    
now i am using imaghandlar.ashx to resize the image inside the reportviewer, first it works but i forget after i changed something, it not work anymore. my code like this
param1.Values.Add(String.Format(hostPath + "/Utilits/ImageHandler.ashx?maxWidth=80&maxHeight=60&image={0}", "/imagesfolder/myimage.jpg"));

the ImageHandler.ashx just use to resize the image.