ReportViewerWebPart.DocumentMapAreaWidth 属性
Gets or sets a string that indicates the width 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 DocumentMapAreaWidth As String
Get
Set
用法
Dim instance As ReportViewerWebPart
Dim value As String
value = instance.DocumentMapAreaWidth
instance.DocumentMapAreaWidth = value
[WebPartStorageAttribute(Storage.Shared)]
public string DocumentMapAreaWidth { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property String^ DocumentMapAreaWidth {
String^ get ();
void set (String^ value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member DocumentMapAreaWidth : string with get, set
function get DocumentMapAreaWidth () : String
function set DocumentMapAreaWidth (value : String)
属性值
类型:System.String
The width of the document map area, represented by a numeric value concatenated with a unit abbreviation. For example, "2in".
注释
This property can be configured using the Document Map Area Width text box and list box combination in the tool pane of the Web-based Web Part design user interface.