Propriedade do RDL PointerImage.OffsetY
Gets an expression that evaluates to the Y 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 OffsetY As ReportSizeProperty
Get
'Uso
Dim instance As PointerImage
Dim value As ReportSizeProperty
value = instance.OffsetY
public ReportSizeProperty OffsetY { get; }
public:
property ReportSizeProperty^ OffsetY {
ReportSizeProperty^ get ();
}
member OffsetY : ReportSizeProperty
function get OffsetY () : ReportSizeProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering