Freigeben über


ReportParameterInfo.Visible-Eigenschaft

Bestimmt, ob der Parameter auf der Benutzeroberfläche angezeigt werden kann.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public Property Visible As Boolean
    Get
    Friend Set
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Visible
public bool Visible { get; internal set; }
public:
property bool Visible {
    bool get ();
    internal: void set (bool value);
}
member Visible : bool with get, internal set
function get Visible () : boolean
internal function set Visible (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert.

Hinweise

Wenn Visible auf false festgelegt ist, wird die PromptUser-Eigenschaft außer Kraft gesetzt.

Wenn Visible auf true festgelegt ist, wird auf der Benutzeroberfläche eine Eingabeaufforderung angezeigt, vorausgesetzt, PromptUser ist ebenfalls auf true festgelegt.

Siehe auch

Verweis

ReportParameterInfo Klasse

Microsoft.Reporting.WebForms-Namespace