ReportParameterInfo.Visible プロパティ
パラメーターをユーザー インターフェイスに表示するかどうかを決定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public Property Visible As Boolean
Get
Friend Set
'使用
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.Visible
public bool Visible { get; internal set; }
public:
property bool Visible {
bool get ();
internal: void set (bool value);
}
member Visible : bool with get, internal set
function get Visible () : boolean
internal function set Visible (value : boolean)
プロパティ値
型: System.Boolean
ブール 値。
説明
Visible を false に設定した場合は、PromptUser プロパティが無効になります。
Visible を true に設定した場合は、PromptUser も true に設定するかどうかを確認するメッセージがユーザー インターフェイスに表示されます。