Свойство MapViewport.ProjectionCenterY
Gets or sets the Y projection center of a map viewport in map coordinates.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ProjectionCenterY As ReportExpression(Of Double)
Get
Set
'Применение
Dim instance As MapViewport
Dim value As ReportExpression(Of Double)
value = instance.ProjectionCenterY
instance.ProjectionCenterY = value
public ReportExpression<double> ProjectionCenterY { get; set; }
public:
property ReportExpression<double> ProjectionCenterY {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member ProjectionCenterY : ReportExpression<float> with get, set
function get ProjectionCenterY () : ReportExpression<double>
function set ProjectionCenterY (value : ReportExpression<double>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel