Właściwość ReportViewer.ShowDocumentMapButton —
Gets or sets a value that indicates whether the button that shows and collapses the document map is visible on the split bar.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ShowDocumentMapButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowDocumentMapButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowDocumentMapButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowDocumentMapButton : bool with get, set
function get ShowDocumentMapButton () : boolean
function set ShowDocumentMapButton (value : boolean)
Wartość właściwości
Typ: Boolean
true if the button is visible on the split bar; otherwise, false. The default is true.