Share via


PointerImage.OffsetY Property

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

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

Syntax

'Declaration
Public ReadOnly Property OffsetY As ReportSizeProperty 
    Get
'Usage
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

Property Value

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

See Also

Reference

PointerImage Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace