Partager via


Propriété PointerImageInstance.OffsetY

Gets the calculated value of the OffsetY property in a PointerImage class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OffsetY As ReportSize 
    Get
'Utilisation
Dim instance As PointerImageInstance 
Dim value As ReportSize 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the OffsetY property.

Voir aussi

Référence

PointerImageInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering