ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialDataRegion Class / VectorData Property

In This Topic
    VectorData Property (MapSpatialDataRegion)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property VectorData As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo VectorData {get; set;}
    See Also