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。

注释

此属性不指示当前报表是否具有用于参数或数据源凭据提示的提示区域。

请参阅

参考

ReportViewerStatus 类

Microsoft.Reporting.WinForms 命名空间