ReportViewer.DocumentMapWidth 属性
获取或设置文档结构图的宽度(以像素为单位)。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Property DocumentMapWidth As Integer
Get
Set
用法
Dim instance As ReportViewer
Dim value As Integer
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
public int DocumentMapWidth { get; set; }
public:
property int DocumentMapWidth {
int get ();
void set (int value);
}
member DocumentMapWidth : int with get, set
function get DocumentMapWidth () : int
function set DocumentMapWidth (value : int)
属性值
类型:System.Int32
包含文档结构图的宽度(以像素为单位)的 integer 值。默认值为 40。