Compartir a través de


OffsetY Propiedad

Gets the Y 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 OffsetY As ReportDoubleProperty
    Get
'Uso
Dim instance As MapSpatialElementTemplate
Dim value As ReportDoubleProperty

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