Свойство MapViewportInstance.MapProjection
Gets the calculated value of the MapProjection property in a MapViewport class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property MapProjection As MapProjection
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.MapProjection
A MapProjection value that represents the calculated value of the MapProjection property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering