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
)
Public Function FindComponentTag (
tag As Object
) As StiComponent
Parameters
- tag
- Type: SystemObject
The tag value to find a component.
Return Value
Type:
StiComponentA Component which was found. If the component is not found then null.
See Also