ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapVectorLayer Interface / ProcessLegend Method
The map legend to process.

In This Topic
    ProcessLegend Method
    In This Topic
    Obtains rendering legend items.
    Syntax
    'Declaration
     
    Function ProcessLegend( _
       ByVal legend As IMapLegend _
    ) As IEnumerable(Of IMapLegendItem)

    Parameters

    legend
    The map legend to process.

    Return Value

    An IEnumerable representing the processed legend items.
    See Also