次の方法で共有


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 オブジェクト。既定では、ReportViewer の幅の 25% を表す Unit オブジェクトが返されます。

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WebForms 名前空間