Click or drag to resize

StiReportFindComponentTag Method

Returns the component by its tag value.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiComponent FindComponentTag(
	Object tag
)

Parameters

tag
Type: SystemObject
The tag value to find a component.

Return Value

Type: StiComponent
A Component which was found. If the component is not found then null.
See Also