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 or sets the projection to be used for a map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapProjection As ReportExpression(Of MapProjections)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapProjections>
A ReportExpression<T> object.