Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the vector data for the spatial element.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property VectorData As VectorData
Get
Set
'Usage
Dim instance As MapSpatialElement
Dim value As VectorData
value = instance.VectorData
instance.VectorData = value
public VectorData VectorData { get; set; }
public:
property VectorData^ VectorData {
VectorData^ get ();
void set (VectorData^ value);
}
member VectorData : VectorData with get, set
function get VectorData () : VectorData
function set VectorData (value : VectorData)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.VectorData
A VectorData object.