ReportViewerWebPart.DocumentMapMode Property

Definition

Gets or sets an enumeration value that indicates the visibility mode of the document map area.

public:
 property Microsoft::ReportingServices::SharePoint::UI::WebParts::CollapsibleDisplayMode DocumentMapMode { Microsoft::ReportingServices::SharePoint::UI::WebParts::CollapsibleDisplayMode get(); void set(Microsoft::ReportingServices::SharePoint::UI::WebParts::CollapsibleDisplayMode value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public Microsoft.ReportingServices.SharePoint.UI.WebParts.CollapsibleDisplayMode DocumentMapMode { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.DocumentMapMode : Microsoft.ReportingServices.SharePoint.UI.WebParts.CollapsibleDisplayMode with get, set
Public Property DocumentMapMode As CollapsibleDisplayMode

Property Value

A CollapsibleDisplayMode enumeration value.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

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.

Applies to