ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _NativeExtension Class / properties Method

In This Topic
    properties Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function properties( _
       ByVal obj As Object, _
       ByVal inherit As Boolean _
    ) As List(Of String)
    public static List<string> properties( 
       object obj,
       bool inherit
    )

    Parameters

    obj
    inherit
    See Also