Aracılığıyla paylaş


ReportViewer.ShowPromptAreaButton Özellik

Gets or sets a value that indicates whether the button that shows and collapses the prompt area is visible on the split bar.

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
<WebBrowsableAttribute(True)> _
Public Property ShowPromptAreaButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowPromptAreaButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPromptAreaButton {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPromptAreaButton : bool with get, set
function get ShowPromptAreaButton () : boolean
function set ShowPromptAreaButton (value : boolean)

Özellik Değeri

Tür: Boolean
true if the button is visible on the split bar; otherwise, false. The default is true.

Ayrıca bkz.

Başvuru

ReportViewer Sınıf

Microsoft.Reporting.WebForms Ad Alanı