Click or drag to resize

docScriptAppendLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders link, image or reference

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void AppendLink(
	string url,
	string name,
	string caption = "",
	appendLinkType linkType = appendLinkType.link
)
Request Example View Source

Parameters

url
Type: SystemString
url or reference id
name
Type: SystemString
Name of link
caption (Optional)
Type: SystemString
Title - popup content
linkType (Optional)
Type: imbSCI.Data.enums.appendsappendLinkType
Select if output is link, image or reference

Implements

ITextAppendContentAppendLink(String, String, String, appendLinkType)
See Also