ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DocumentMapNode Class / Numerics Property

In This Topic
    Numerics Property
    In This Topic
    Gets the numeric elements of the document map node.
    Syntax
    'Declaration
     
    Public ReadOnly Property Numerics As Integer()
    public int[] Numerics {get;}

    Property Value

    The numeric elements of the document map node.
    See Also