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
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(100)> _
Public Property DocumentMapWidth As Integer
'Usage
Dim instance As ReportViewer
Dim value As Integer
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(100)]
public int DocumentMapWidth { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(100)]
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