ActiveReports.Chart Request technical support
GetClassName Method
See Also 


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

Syntax

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

See Also