Propriedade do RDL MapSpatialElement.VectorData
Gets the vector data for the spatial element.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property VectorData As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A string value that represents the vector data for the spatial element.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering