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.
Indicates whether the Document Map button is visible on the control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<CategoryAttribute("Toolbar")> _
<DefaultValueAttribute(True)> _
Public Property ShowDocumentMapButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowDocumentMapButton
instance.ShowDocumentMapButton = value
[CategoryAttribute("Toolbar")]
[DefaultValueAttribute(true)]
public bool ShowDocumentMapButton { get; set; }
[CategoryAttribute(L"Toolbar")]
[DefaultValueAttribute(true)]
public:
property bool ShowDocumentMapButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowDocumentMapButton ()
/** @property */
public void set_ShowDocumentMapButton (boolean value)
public function get ShowDocumentMapButton () : boolean
public function set ShowDocumentMapButton (value : boolean)
Property Value
A Boolean value. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace