ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.ESRI Namespace / EsriDataDecoder Class / Decode Method / Decode(String) Method
Esri file path.

In This Topic
    Decode(String) Method
    In This Topic
    Decodes the data from esri data sources. Retrieves both spatial and geodataset data.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Decode( _
       ByVal filePath As String _
    ) As IEnumerable(Of EsriRecord)
    public static IEnumerable<EsriRecord> Decode( 
       string filePath
    )

    Parameters

    filePath
    Esri file path.

    Return Value

    The collection of esri data source records.
    See Also