Compartir a través de


MapSpatialElementTemplate.OffsetX Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property OffsetX As ReportDoubleProperty 
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.

Vea también

Referencia

MapSpatialElementTemplate Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering