Share via


MapSpatialElement.VectorData Property

Gets the vector data for the spatial element.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property VectorData As String 
    Get
'Usage
Dim instance As MapSpatialElement 
Dim value As String 

value = instance.VectorData
public string VectorData { get; }
public:
property String^ VectorData {
    String^ get ();
}
member VectorData : string
function get VectorData () : String

Property Value

Type: System.String
A string value that represents the vector data for the spatial element.

See Also

Reference

MapSpatialElement Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace