MapViewport.ProjectionCenterX Property
Gets or sets the X projection center of a map viewport in map coordinates.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ProjectionCenterX As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As MapViewport
Dim value As ReportExpression(Of Double)
value = instance.ProjectionCenterX
instance.ProjectionCenterX = value
public ReportExpression<double> ProjectionCenterX { get; set; }
public:
property ReportExpression<double> ProjectionCenterX {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member ProjectionCenterX : ReportExpression<float> with get, set
function get ProjectionCenterX () : ReportExpression<double>
function set ProjectionCenterX (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.