Udostępnij przez


Właściwość MapCustomView.CenterX

Pobiera współrzędną x Centrum wziernika mapy jako procentową zawartość mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property CenterX As ReportDoubleProperty
    Get
'Użycie
Dim instance As MapCustomView
Dim value As ReportDoubleProperty

value = instance.CenterX
public ReportDoubleProperty CenterX { get; }
public:
property ReportDoubleProperty^ CenterX {
    ReportDoubleProperty^ get ();
}
member CenterX : ReportDoubleProperty
function get CenterX () : ReportDoubleProperty