ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI Namespace / EsriRecord Class / EsriRecord Constructor
The spatial data.
The data attributes.

In This Topic
    EsriRecord Constructor
    In This Topic
    Initializes a new instance of the EsriRecord class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal shape As GeoShape, _
       ByVal data As IDbfRecord _
    )
    public EsriRecord( 
       GeoShape shape,
       IDbfRecord data
    )

    Parameters

    shape
    The spatial data.
    data
    The data attributes.
    See Also