ActiveReports 8
AddImage(Image,ImageInfo,Color,Color,Int16,Int16,Int16,Int16,Int16,Int16,Int16,Int16,String) Method

This is an image object that represents the image to be placed on the sheet.
SpreadBuilder.Imaging.ImageInfo.
A System.Drawing.Color for the border lines on the image.

A System.Drawing.Color for the background of the image.
The column containing the upper-left corner of the object's bounding rectangle.
The X (horizontal) position of the upper-left corner of the object's bounding rectangle, relative to the left side of the underlying cell (specified in colL), expressed as 1/1024th of the cell's width.
The row containing the upper-left corner of the object's bounding rectangle.
The Y (vertical) position of the upper-left corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell's height.
The column containing the lower-right corner of the object's bounding rectangle.
The X (horizontal) position of the lower-right corner of the object's bounding rectangle, relative to the left side of the underlying cell, expressed as 1/1024th of the cell's width.
The row containing the lower-right corner of the object's bounding rectangle.
The Y (vertical) position of the lower-right corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell's height.
To add a clickable hyperlink to the image, specify the URL here. Otherwise use an empty string.
Adds the specified image (currently stored as PNG format) to this sheet with the specified location, and settings.
Syntax
'Declaration
 
Public Overloads Sub AddImage( _
   ByVal img As Image, _
   ByVal imageOptions As ImageInfo, _
   ByVal lineColor As Color, _
   ByVal backColor As Color, _
   ByVal colL As System.Short, _
   ByVal dxL As System.Short, _
   ByVal rwT As System.Short, _
   ByVal dyT As System.Short, _
   ByVal colR As System.Short, _
   ByVal dxR As System.Short, _
   ByVal rwB As System.Short, _
   ByVal dyB As System.Short, _
   ByVal hyperlink As System.String _
) 
public void AddImage( 
   Image img,
   ImageInfo imageOptions,
   Color lineColor,
   Color backColor,
   System.short colL,
   System.short dxL,
   System.short rwT,
   System.short dyT,
   System.short colR,
   System.short dxR,
   System.short rwB,
   System.short dyB,
   System.string hyperlink
)

Parameters

img
This is an image object that represents the image to be placed on the sheet.
imageOptions
SpreadBuilder.Imaging.ImageInfo.
lineColor
A System.Drawing.Color for the border lines on the image.
backColor

A System.Drawing.Color for the background of the image.
colL
The column containing the upper-left corner of the object's bounding rectangle.
dxL
The X (horizontal) position of the upper-left corner of the object's bounding rectangle, relative to the left side of the underlying cell (specified in colL), expressed as 1/1024th of the cell's width.
rwT
The row containing the upper-left corner of the object's bounding rectangle.
dyT
The Y (vertical) position of the upper-left corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell's height.
colR
The column containing the lower-right corner of the object's bounding rectangle.
dxR
The X (horizontal) position of the lower-right corner of the object's bounding rectangle, relative to the left side of the underlying cell, expressed as 1/1024th of the cell's width.
rwB
The row containing the lower-right corner of the object's bounding rectangle.
dyB
The Y (vertical) position of the lower-right corner of the object's bounding rectangle, relative to the top of the underlying cell, expressed as 1/1024th of the cell's height.
hyperlink
To add a clickable hyperlink to the image, specify the URL here. Otherwise use an empty string.
See Also

Reference

DDSheet Class
DDSheet Members
Overload List

Support Forum