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

In This Topic
    GetAttributes Method
    In This Topic
    Gets the attributes collection of the custom properties object.
    Syntax
    'Declaration
     
    Public Function GetAttributes() As AttributeCollection
    public AttributeCollection GetAttributes()

    Return Value

    An System.ComponentModel.AttributeCollection containing the attributes for this object.
    See Also