ReportViewer.ShowParameterPrompts 屬性
指示是否可以看見參數提示。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)
語法
'宣告
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(True)> _
<SRDescriptionAttribute("ShowParameterPromptsDesc")> _
Public Property ShowParameterPrompts As Boolean
'用途
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowParameterPrompts
instance.ShowParameterPrompts = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(true)]
[SRDescriptionAttribute("ShowParameterPromptsDesc")]
public bool ShowParameterPrompts { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(true)]
public:
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)
屬性值
Boolean 值。預設值是 true。
另請參閱
參考
ReportViewer 類別
ReportViewer 成員
Microsoft.Reporting.WinForms 命名空間