次の方法で共有


ServerReport.IsQueryExecutionAllowed メソッド ()

 

発行: 2016年4月

レポートでクエリを実行できるかどうかを示します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public bool IsQueryExecutionAllowed()
public:
bool IsQueryExecutionAllowed()
member IsQueryExecutionAllowed : unit -> bool
Public Function IsQueryExecutionAllowed As Boolean

戻り値

Type: System.Boolean

レポートでクエリを実行できるかどうかを示すブール値。

解説

スナップショットから実行した場合は false を返します。

レポート データのクエリ、あるいはパラメーターの有効値または既定値のクエリを実行できるかどうかの判断に使用します。

参照

ServerReport クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る