Partager via


Propriété OffsetY

Gets the calculated value of the OffsetY property in a CapImage 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 CapImageInstance
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.