Share via


ReportParameterInfo.Visible Property

 

Determines whether the parameter can be displayed in the user interface.

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

Syntax

public bool Visible { get; internal set; }
public:
property bool Visible {
    bool get();
    internal: void set(bool value);
}
member Visible : bool with get, internal set
Public Property Visible As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

A Boolean value.

Remarks

If Visible is set to false, the PromptUser property is overridden.

If Visible is set to true, a prompt is displayed in the user interface if PromptUser is also set to true.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top