ActiveReports.Chart Request technical support
GetComponentName Method
See Also 


Gets the component name as string of the custom attributes object.

Syntax

Visual Basic (Declaration) 
Public Function GetComponentName() As String
Visual Basic (Usage)Copy Code
Dim instance As CustomProperties
Dim value As String
 
value = instance.GetComponentName()
C# 
public string GetComponentName()

See Also