다음을 통해 공유


DocumentMapMode 속성

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

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DocumentMapMode As CollapsibleDisplayMode
    Get
    Set
‘사용 방법
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)

주의

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