Propriedade do RDL ProjectionCenterX
Gets the X projection center of a map viewport in map coordinates.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ProjectionCenterX As ReportDoubleProperty
Get
'Uso
Dim instance As MapViewport
Dim value As ReportDoubleProperty
value = instance.ProjectionCenterX
public ReportDoubleProperty ProjectionCenterX { get; }
public:
property ReportDoubleProperty^ ProjectionCenterX {
ReportDoubleProperty^ get ();
}
member ProjectionCenterX : ReportDoubleProperty
function get ProjectionCenterX () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também