ReportViewerWebPart.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)
属性值
类型:Microsoft.ReportingServices.SharePoint.UI.WebParts.CollapsibleDisplayMode
A CollapsibleDisplayMode enumeration value.
注释
This property can be configured using the Document Map list box in the tool pane of the Web-based Web Part design user interface.