다음을 통해 공유


VectorData 속성

Gets or sets how vector data for spatial elements is imported from the data region.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property VectorData As ReportExpression
    Get
    Set
‘사용 방법
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)

주의

This property must evaluate to either a SqlGeometry or SqlGeography.