Właściwość MapCustomView.CenterY
Współrzędna y środka wziernika mapy pobiera jako procentową zawartość mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CenterY As ReportDoubleProperty
Get
'Użycie
Dim instance As MapCustomView
Dim value As ReportDoubleProperty
value = instance.CenterY
public ReportDoubleProperty CenterY { get; }
public:
property ReportDoubleProperty^ CenterY {
ReportDoubleProperty^ get ();
}
member CenterY : ReportDoubleProperty
function get CenterY () : ReportDoubleProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty obiektu.
Zobacz także