Compartilhar via


Propriedade do RDL MapSpatialElementTemplateInstance.OffsetY

Gets the calculated value of the OffsetY property in a MapSpatialElementTemplate class.

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

Sintaxe

'Declaração
Public ReadOnly Property OffsetY As Double 
    Get
'Uso
Dim instance As MapSpatialElementTemplateInstance 
Dim value As Double 

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

Valor da propriedade

Tipo: System.Double
A double value that represents the calculated value of the OffsetY property.

Consulte também

Referência

MapSpatialElementTemplateInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering