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.
Indicates whether parameter prompts are visible.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowParameterPrompts As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowParameterPrompts
instance.ShowParameterPrompts = value
[DefaultValueAttribute(true)]
[CategoryAttribute("Appearance")]
public bool ShowParameterPrompts { get; set; }
[DefaultValueAttribute(true)]
[CategoryAttribute(L"Appearance")]
public:
property bool ShowParameterPrompts {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowParameterPrompts ()
/** @property */
public void set_ShowParameterPrompts (boolean value)
public function get ShowParameterPrompts () : boolean
public function set ShowParameterPrompts (value : boolean)
Property Value
A Boolean value. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace