PointerImage.OffsetX Propiedad
Gets an expression that evaluates to the X offset in the image for the pointer origin.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property OffsetX As ReportSizeProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering