ServerReport.IsQueryExecutionAllowed 方法
指示报表是否可以执行查询。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.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。
这可以用来确定报表是否可以查询报表数据或参数的有效值或默认值。