Compartir a través de


OffsetY Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property OffsetY As ReportSize
    Get
'Uso
Dim instance As PointerImageInstance
Dim value As ReportSize

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the OffsetY property.