Click or drag to resize

imbStringBuilderBaseopen Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens the specified tag.

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual tagBlock open(
	string tag,
	string title = "",
	string description = ""
)
Request Example View Source

Parameters

tag
Type: SystemString
The tag.
title (Optional)
Type: SystemString
description (Optional)
Type: SystemString

Return Value

Type: tagBlock

Implements

ITabLevelControleropen(String, String, String)
See Also