Partilhar via


Propriedade do RDL CapImage.OffsetY

Y offset in the image for the cap 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 CapImage 
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

CapImage Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering