Propriété OffsetY
Y offset in the image for the cap origin.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OffsetY As ReportSizeProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
Voir aussi