Właściwość MapPolygonTemplate.CenterPointOffsetX
Pobiera x przesunięcie punktu Centrum Wielokąt mapy, do którego zastosowano szablon mapy wielokąta.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CenterPointOffsetX As ReportDoubleProperty
Get
'Użycie
Dim instance As MapPolygonTemplate
Dim value As ReportDoubleProperty
value = instance.CenterPointOffsetX
public ReportDoubleProperty CenterPointOffsetX { get; }
public:
property ReportDoubleProperty^ CenterPointOffsetX {
ReportDoubleProperty^ get ();
}
member CenterPointOffsetX : ReportDoubleProperty
function get CenterPointOffsetX () : ReportDoubleProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty obiektu.
Zobacz także