[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.LinkItem.-ctor

LinkItem Constructor

LinkItem(IImageConverterService, CanvasType)

Initializes a new instance of the LinkItem class.

Declaration
protected LinkItem(IImageConverterService imageConverterService, CanvasType ctType)
Parameters
Type Name Description
IImageConverterService imageConverterService

Service that converts image data from one format to another.

CanvasType ctType

Type of the canvas.

LinkItem(IImageConverterService, CanvasType, float, float, float, float, string)

Initializes a new instance of the LinkItem class

Declaration
protected LinkItem(IImageConverterService imageConverterService, CanvasType canvasType, float left, float top, float width, float height, string strLink)
Parameters
Type Name Description
IImageConverterService imageConverterService

Service that converts image data from one format to another.

CanvasType canvasType

The canvas type.

float left

The left position.

float top

The top position.

float width

The width.

float height

The height.

string strLink

The link represented as a string.