Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace