Propriété ProjectionCenterX
Gets the X projection center of a map viewport in map coordinates.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ProjectionCenterX As ReportDoubleProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Voir aussi