ReportParameterInfo.Visible Property
Determines whether the parameter can be displayed in the user interface.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace