ReportViewerWebPart.DocumentMapAreaWidth 属性

定义

获取或设置指示文档结构图区域的宽度的字符串。

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

属性值

文档结构图区域的宽度,表示为一个数值加单位缩写。 例如,“2in”。

属性
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

注解

可以使用基于 Web 的 Web 部件设计用户界面的工具窗格中的文档 映射区域宽度 文本框和列表框组合来配置此属性。

适用于