Compartir a través de


PointerImage.OffsetY Propiedad

Gets an expression that evaluates to the Y offset in the image for the pointer origin.

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

Sintaxis

'Declaración
Public ReadOnly Property OffsetY As ReportSizeProperty 
    Get
'Uso
Dim instance As PointerImage 
Dim value As ReportSizeProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Vea también

Referencia

PointerImage Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering