Share via


ReportViewerStatus.IsPromptingSupported プロパティ

現在の処理モードがパラメーターおよびデータ ソースの資格情報のプロンプトをサポートするかどうかを示すブール値を取得します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public ReadOnly Property IsPromptingSupported As Boolean
    Get
'使用
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.IsPromptingSupported
public bool IsPromptingSupported { get; }
public:
property bool IsPromptingSupported {
    bool get ();
}
member IsPromptingSupported : bool
function get IsPromptingSupported () : boolean

プロパティ値

型: System.Boolean
現在の処理モードがパラメーターおよびデータ ソースの資格情報のプロンプトをサポートする場合は true、それ以外の場合は false。

説明

このプロパティは、現在のレポートにパラメーターまたはデータ ソースの資格情報のプロンプト領域があるかどうかを示すものではありません。

関連項目

参照

ReportViewerStatus クラス

Microsoft.Reporting.WinForms 名前空間