ServerReport.IsQueryExecutionAllowed 方法
指示报表是否可以执行查询。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Function IsQueryExecutionAllowed As Boolean
用法
Dim instance As ServerReport
Dim returnValue As Boolean
returnValue = instance.IsQueryExecutionAllowed()
public bool IsQueryExecutionAllowed()
public:
bool IsQueryExecutionAllowed()
member IsQueryExecutionAllowed : unit -> bool
public function IsQueryExecutionAllowed() : boolean
返回值
类型:System.Boolean
一个指示报表是否可以执行查询的 Boolean 值。
注释
从快照执行时返回 false。
这可用于确定报表是否可以对报表数据、有效参数值或默认参数值执行查询。