ReportViewer.DocumentMapWidth Property

Gets or sets the width of the document map in pixels.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(100)> _
<CategoryAttribute("Appearance")> _
Public Property DocumentMapWidth As Integer
'Usage
Dim instance As ReportViewer
Dim value As Integer

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
[DefaultValueAttribute(100)] 
[CategoryAttribute("Appearance")] 
public int DocumentMapWidth { get; set; }
[DefaultValueAttribute(100)] 
[CategoryAttribute(L"Appearance")] 
public:
property int DocumentMapWidth {
    int get ();
    void set (int value);
}
/** @property */
public int get_DocumentMapWidth ()

/** @property */
public void set_DocumentMapWidth (int value)
public function get DocumentMapWidth () : int

public function set DocumentMapWidth (value : int)

Property Value

An integer value containing the width of the document map in pixels. The default value is 40.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace