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

属性值

String

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

属性

注解

此属性可在基于 Web 的 Web 部件设计用户界面的工具窗格中使用 文档结构图区域宽度 文本框和列表框组合进行配置。

适用于