[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapSpatialDataRegion.VectorData

VectorData Property

VectorData

Gets or sets vector data for a map element. An expression that is evaluated for each inner most group instance of the data region. The expected value is either SqlGeometry or SqlGeography. If <> Null, the appropriate map element will be created and added to the layer.

Declaration
[ExpressionBaseType(typeof(string))]
public ExpressionInfo VectorData { get; set; }