Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the calculated value of the MapProjection property in a MapViewport class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapProjection As MapProjection
Get
'Uso
Dim instance As MapViewportInstance
Dim value As MapProjection
value = instance.MapProjection
public MapProjection MapProjection { get; }
public:
property MapProjection MapProjection {
MapProjection get ();
}
member MapProjection : MapProjection
function get MapProjection () : MapProjection
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapProjection
A MapProjection value that represents the calculated value of the MapProjection property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering