Share via


ReportViewerWebPart.DocumentMapAreaWidth Property

Gets or sets a string that indicates the width of the document map area.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DocumentMapAreaWidth As String
    Get
    Set
'Usage
Dim instance As ReportViewerWebPart
Dim value As String

value = instance.DocumentMapAreaWidth

instance.DocumentMapAreaWidth = value
[WebPartStorageAttribute(Storage.Shared)]
public string DocumentMapAreaWidth { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property String^ DocumentMapAreaWidth {
    String^ get ();
    void set (String^ value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member DocumentMapAreaWidth : string with get, set
function get DocumentMapAreaWidth () : String
function set DocumentMapAreaWidth (value : String)

Property Value

Type: System.String
The width of the document map area, represented by a numeric value concatenated with a unit abbreviation. For example, "2in".

Remarks

This property can be configured using the Document Map Area Width text box and list box combination in the tool pane of the Web-based Web Part design user interface.