Partager via


Propriété OffsetX

X offset in the image for the cap 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 CapImage
Dim value As ReportSizeProperty

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