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 calculated value of the VectorData property in a MapSpatialDataRegion class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property VectorData As Object
Get
'Usage
Dim instance As MapSpatialDataRegionInstance
Dim value As Object
value = instance.VectorData
public Object VectorData { get; }
public:
property Object^ VectorData {
Object^ get ();
}
member VectorData : Object
function get VectorData () : Object
Property Value
Type: System.Object
An object that represents the calculated value of the NeedleStyle property.
See Also
Reference
MapSpatialDataRegionInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace