Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 object that represents the document map width. By default, a Unit object that represents 25 percent of the ReportViewer width is returned.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace