ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetClassName Method

In This Topic
    GetClassName Method
    In This Topic
    Gets the class name as string of the custom attributes object.
    Syntax
    'Declaration
     
    Public Function GetClassName() As String
    public string GetClassName()

    Return Value

    The class name of the object, or null if the class does not have a name.
    See Also