Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the MapProjection property in a MapViewport class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapProjection As MapProjection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapProjection
A MapProjection value that represents the calculated value of the MapProjection property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace