Właściwość ReportViewer.ShowPromptAreaButton —
Indicates whether the button that shows and collapses the prompt area is visible on the split bar.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Property ShowPromptAreaButton As Boolean
public bool ShowPromptAreaButton { get; set; }
public:
property bool ShowPromptAreaButton {
bool get ();
void set (bool value);
}
member ShowPromptAreaButton : bool with get, set
function get ShowPromptAreaButton () : boolean
function set ShowPromptAreaButton (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.