Partager via


Propriété OffsetX

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OffsetX As ReportSizeProperty
    Get
'Utilisation
Dim instance As PointerImage
Dim value As ReportSizeProperty

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