Propriedade do RDL SpatialField

Gets or sets the name for the spatial field that is to be imported from the data source.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property SpatialField As ReportExpression
    Get
    Set
'Uso
Dim instance As MapSpatialDataSet
Dim value As ReportExpression

value = instance.SpatialField

instance.SpatialField = value
public ReportExpression SpatialField { get; set; }
public:
property ReportExpression SpatialField {
    ReportExpression get ();
    void set (ReportExpression value);
}
member SpatialField : ReportExpression with get, set
function get SpatialField () : ReportExpression
function set SpatialField (value : ReportExpression)

Comentários

This property must be specified, and it must be of type SqlGeometry or SqlGeography.