ReportViewer.DocumentMapWidth Property
Gets or sets the width of the document map.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(GetType(Unit), "25%")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property DocumentMapWidth As Unit
'Usage
Dim instance As ReportViewer
Dim value As Unit
value = instance.DocumentMapWidth
instance.DocumentMapWidth = value
[DefaultValueAttribute(typeof(Unit), "25%")]
[WebBrowsableAttribute(true)]
[CategoryAttribute("Appearance")]
public Unit DocumentMapWidth { get; set; }
[DefaultValueAttribute(typeof(Unit), L"25%")]
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"Appearance")]
public:
property Unit DocumentMapWidth {
Unit get ();
void set (Unit value);
}
/** @property */
public Unit get_DocumentMapWidth ()
/** @property */
public void set_DocumentMapWidth (Unit value)
public function get DocumentMapWidth () : Unit
public function set DocumentMapWidth (value : Unit)
Property Value
A Unit value containing the document map width in pixels. The default value is 40.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace