MapSpatialElementTemplate.OffsetX Property

Gets the X offset in map coordinates for spatial elements to which the spatial element template is applied.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property OffsetX As ReportDoubleProperty 
    Get
'Usage
Dim instance As MapSpatialElementTemplate 
Dim value As ReportDoubleProperty 

value = instance.OffsetX
public ReportDoubleProperty OffsetX { get; }
public:
property ReportDoubleProperty^ OffsetX {
    ReportDoubleProperty^ get ();
}
member OffsetX : ReportDoubleProperty
function get OffsetX () : ReportDoubleProperty

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the X offset in map coordinates for spatial elements to which the spatial element template is applied.

See Also

Reference

MapSpatialElementTemplate Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace