Partager via


Propriété CenterPointOffsetY

Gets or sets the Y offset for the center point of a map polygon to which the map polygon template is applied.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CenterPointOffsetY As ReportExpression(Of Double)
    Get
    Set
'Utilisation
Dim instance As MapPolygonTemplate
Dim value As ReportExpression(Of Double)

value = instance.CenterPointOffsetY

instance.CenterPointOffsetY = value
public ReportExpression<double> CenterPointOffsetY { get; set; }
public:
property ReportExpression<double> CenterPointOffsetY {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member CenterPointOffsetY : ReportExpression<float> with get, set
function get CenterPointOffsetY () : ReportExpression<double>
function set CenterPointOffsetY (value : ReportExpression<double>)