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 how vector data for spatial elements is imported from the data region.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property VectorData As ReportExpression
Get
Set
'Usage
Dim instance As MapSpatialDataRegion
Dim value As ReportExpression
value = instance.VectorData
instance.VectorData = value
public ReportExpression VectorData { get; set; }
public:
property ReportExpression VectorData {
ReportExpression get ();
void set (ReportExpression value);
}
member VectorData : ReportExpression with get, set
function get VectorData () : ReportExpression
function set VectorData (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
Remarks
This property must evaluate to either a SqlGeometry or SqlGeography.