MapSpatialElement.VectorData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the vector data for the spatial element.
public:
property Microsoft::ReportingServices::RdlObjectModel::VectorData ^ VectorData { Microsoft::ReportingServices::RdlObjectModel::VectorData ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::VectorData ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.VectorData VectorData { get; set; }
member this.VectorData : Microsoft.ReportingServices.RdlObjectModel.VectorData with get, set
Public Property VectorData As VectorData
Property Value
A VectorData object.