Właściwość MapViewport.MapProjection
Pobiera lub ustawia rzut używane mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MapProjection As ReportExpression(Of MapProjections)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapProjections>
A ReportExpression<T> obiektu.