Public Function FindElement( _ ByVal elementName As String _ ) As Element
public Element FindElement( string elementName )
Parameters
- elementName
- the element name.
Return Value
The report element. Null if no element with the name can be found.
Public Function FindElement( _ ByVal elementName As String _ ) As Element
public Element FindElement( string elementName )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)