Свойство MapViewport.MapProjection
Gets or sets the projection to be used for a map.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property MapProjection As ReportExpression(Of MapProjections)
Get
Set
'Применение
Dim instance As MapViewport
Dim value As ReportExpression(Of MapProjections)
value = instance.MapProjection
instance.MapProjection = value
public ReportExpression<MapProjections> MapProjection { get; set; }
public:
property ReportExpression<MapProjections> MapProjection {
ReportExpression<MapProjections> get ();
void set (ReportExpression<MapProjections> value);
}
member MapProjection : ReportExpression<MapProjections> with get, set
function get MapProjection () : ReportExpression<MapProjections>
function set MapProjection (value : ReportExpression<MapProjections>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapProjections>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel