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 border skin for the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapBorderSkin As MapBorderSkin
Get
Set
'Usage
Dim instance As Map
Dim value As MapBorderSkin
value = instance.MapBorderSkin
instance.MapBorderSkin = value
public MapBorderSkin MapBorderSkin { get; set; }
public:
property MapBorderSkin^ MapBorderSkin {
MapBorderSkin^ get ();
void set (MapBorderSkin^ value);
}
member MapBorderSkin : MapBorderSkin with get, set
function get MapBorderSkin () : MapBorderSkin
function set MapBorderSkin (value : MapBorderSkin)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapBorderSkin
A MapBorderSkin object.