Właściwość MapPolygonTemplate.CenterPointOffsetX
Pobiera lub ustawia x przesunięcie punktu Centrum Wielokąt mapy, do którego zastosowano szablon mapy wielokąta.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property CenterPointOffsetX As ReportExpression(Of Double)
Get
Set
'Użycie
Dim instance As MapPolygonTemplate
Dim value As ReportExpression(Of Double)
value = instance.CenterPointOffsetX
instance.CenterPointOffsetX = value
public ReportExpression<double> CenterPointOffsetX { get; set; }
public:
property ReportExpression<double> CenterPointOffsetX {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member CenterPointOffsetX : ReportExpression<float> with get, set
function get CenterPointOffsetX () : ReportExpression<double>
function set CenterPointOffsetX (value : ReportExpression<double>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> obiektu.
Zobacz także