Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the SpatialField property in a MapSpatialDataSet class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SpatialField As String
Get
'Usage
Dim instance As MapSpatialDataSetInstance
Dim value As String
value = instance.SpatialField
public string SpatialField { get; }
public:
property String^ SpatialField {
String^ get ();
}
member SpatialField : string
function get SpatialField () : String
Property Value
Type: System.String
A string value that represents the calculated value of the SpatialField property.
See Also
Reference
MapSpatialDataSetInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace