ReportViewerWebPart.DocumentMapMode Property
Gets or sets an enumeration value that indicates the visibility mode 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 DocumentMapMode As CollapsibleDisplayMode
Get
Set
'Usage
Dim instance As ReportViewerWebPart
Dim value As CollapsibleDisplayMode
value = instance.DocumentMapMode
instance.DocumentMapMode = value
[WebPartStorageAttribute(Storage.Shared)]
public CollapsibleDisplayMode DocumentMapMode { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property CollapsibleDisplayMode DocumentMapMode {
CollapsibleDisplayMode get ();
void set (CollapsibleDisplayMode value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member DocumentMapMode : CollapsibleDisplayMode with get, set
function get DocumentMapMode () : CollapsibleDisplayMode
function set DocumentMapMode (value : CollapsibleDisplayMode)
Property Value
Type: Microsoft.ReportingServices.SharePoint.UI.WebParts.CollapsibleDisplayMode
A CollapsibleDisplayMode enumeration value.
Remarks
This property can be configured using the Document Map list box in the tool pane of the Web-based Web Part design user interface.