ReportViewerStatus.IsPromptingSupported 屬性
取得 Boolean 值,這個值表示目前處理模式是否支援提示參數和資料來源認證。
命名空間: 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。
備註
這個屬性不會表示目前報表是否有參數或資料來源認證提示的提示區域。