Proprietà MapViewport.MapProjection
Gets the projection to be used for a map.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MapProjection As ReportEnumProperty(Of MapProjection)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapProjection>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering