Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Visible As Boolean
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.Visible
public bool Visible { get; }
public:
property bool Visible {
bool get ();
}
/** @property */
public boolean get_Visible ()
public function get Visible () : boolean
Property Value
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
Reference
ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WinForms Namespace