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 button that shows and collapses the document map is visible on the split bar.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool ShowDocumentMapButton { get; set; }
public:
property bool ShowDocumentMapButton {
bool get();
void set(bool value);
}
member ShowDocumentMapButton : bool with get, set
Public Property ShowDocumentMapButton As Boolean
Property Value
Type: System.Boolean
true if the button is visible on the split bar; otherwise, false. The default is true.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top