ReportViewer.DocumentMapWidth 属性

获取或设置文档结构图的宽度。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<WebBrowsableAttribute(True)> _
Public Property DocumentMapWidth As Unit
    Get
    Set
用法
Dim instance As ReportViewer
Dim value As Unit

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
[WebBrowsableAttribute(true)]
public Unit DocumentMapWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit DocumentMapWidth {
    Unit get ();
    void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapWidth : Unit with get, set
function get DocumentMapWidth () : Unit
function set DocumentMapWidth (value : Unit)

属性值

类型:System.Web.UI.WebControls.Unit
一个表示文档结构图宽度的 Unit 对象。默认情况下,返回 Unit 对象,该对象表示 ReportViewer 的 25% 的宽度。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间