Condividi tramite


Proprietà PointerImage.OffsetX

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OffsetX As ReportSizeProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

PointerImage Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering