ReportParameterInfo.Visible 屬性

 

發佈時間: 2016年4月

決定參數是否能顯示在使用者介面中。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

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

屬性值

Type: System.Boolean

Boolean 值。

備註

如果 Visible 設為 false,便會覆寫 PromptUser 屬性。

如果 Visible 設為 true,且 PromptUser 也設為 true,就會在使用者介面中顯示提示。

請參閱

ReportParameterInfo 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首