Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
How Do I Export Image From UltraGridRow to Excel
posted

Hi,

I am New to Infragistics Ultragrid.

Here is My Problem..I have set Status Column in my UltraGridRow as a Image..

UR = (

UltraGridRow)grid.Rows.GetItem(3)

UR.Cells[

"Status"].Appearance.Image="SomeImage.jpg".

Now When I am Exporting  this Grid Using

UltraGridExcelExporter the Status Column apper as Blank..

Any Help appreciated

Parents
No Data
Reply
  • 4555
    posted

    Hi,

    I am including a windows based application that exports an image to excel. please download and run the project upgrade utility to upgrade it to the same version of NetAdvantage that you are using.  Create a folder called Images under the "C: drive" and place an image "Image1.bmp" in it.  

     When you click on the Create_Workbook button the program will fetch the image and export it to an Excel file in your browser. 

     

    Magued

    Win_Excel_Image_vb.zip
Children
No Data