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
レポートでクエリを実行できるかどうかを示すブール値。
説明
スナップショットから実行した場合は false を返します。
レポート データのクエリ、あるいはパラメーターの有効値または既定値のクエリを実行できるかどうかの判断に使用します。