Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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