Propriedade do RDL PointerImage.OffsetX
Gets an expression that evaluates to the X offset in the image for the pointer origin.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering