Propriedade do RDL ProjectionCenterY
Gets the Y 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 ProjectionCenterY As ReportDoubleProperty
Get
'Uso
Dim instance As MapViewport
Dim value As ReportDoubleProperty
value = instance.ProjectionCenterY
public ReportDoubleProperty ProjectionCenterY { get; }
public:
property ReportDoubleProperty^ ProjectionCenterY {
ReportDoubleProperty^ get ();
}
member ProjectionCenterY : ReportDoubleProperty
function get ProjectionCenterY () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Consulte também