获取一个 Boolean 值,该值指示当前处理模式是否支持参数和数据源凭据的提示。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property IsPromptingSupported As Boolean
public bool IsPromptingSupported { get; }
public:
property bool IsPromptingSupported {
bool get ();
}
member IsPromptingSupported : bool with get
function get IsPromptingSupported () : boolean
属性值
类型:Boolean
如果当前处理模式支持参数和数据源凭据的提示,则为 true,否则为 false。
备注
此属性不指示当前报表是否具有用于参数或数据源凭据提示的提示区域。