Proprietà MapSpatialElement.VectorData
Gets the vector data for the spatial element.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property VectorData As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
A string value that represents the vector data for the spatial element.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering