Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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