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 projection to be used for a map.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapProjection As ReportEnumProperty(Of MapProjection)
Get
'Uso
Dim instance As MapViewport
Dim value As ReportEnumProperty(Of MapProjection)
value = instance.MapProjection
public ReportEnumProperty<MapProjection> MapProjection { get; }
public:
property ReportEnumProperty<MapProjection>^ MapProjection {
ReportEnumProperty<MapProjection>^ get ();
}
member MapProjection : ReportEnumProperty<MapProjection>
function get MapProjection () : ReportEnumProperty<MapProjection>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapProjection>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering