ReportViewerWebPart.DocumentMapAreaWidth Property

Definition

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

public:
 property System::String ^ DocumentMapAreaWidth { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public string DocumentMapAreaWidth { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.DocumentMapAreaWidth : string with get, set
Public Property DocumentMapAreaWidth As String

Property Value

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

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

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.

Applies to