ReportViewer.ShowCredentialPrompts プロパティ
ユーザー資格情報のプロンプトを表示するかどうかを示す値を取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<WebBrowsableAttribute(True)> _
Public Property ShowCredentialPrompts As Boolean
Get
Set
'使用
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowCredentialPrompts
instance.ShowCredentialPrompts = value
[WebBrowsableAttribute(true)]
public bool ShowCredentialPrompts { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowCredentialPrompts {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowCredentialPrompts : bool with get, set
function get ShowCredentialPrompts () : boolean
function set ShowCredentialPrompts (value : boolean)
プロパティ値
型: System.Boolean
資格情報のプロンプトがユーザーに表示される場合は true、表示されない場合は false。既定値は true です。
説明
このプロパティは、ProcessingMode が Local に設定されていれば無視されます。