Propriété MapProjection
Gets the projection to be used for a map.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapProjection As ReportEnumProperty(Of MapProjection)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapProjection> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi