Свойство CenterPointOffsetY

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

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property CenterPointOffsetY As ReportExpression(Of Double)
    Get
    Set
'Применение
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>)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.