言語

EnableEventArgs(Boolean) コンストラクター

定義

EnableEventArgs クラスの新しいインスタンスを初期化します。

public:
 EnableEventArgs(bool fEnabled);
public EnableEventArgs(bool fEnabled);
new Microsoft.ReportingServices.Interfaces.EnableEventArgs : bool -> Microsoft.ReportingServices.Interfaces.EnableEventArgs
Public Sub New (fEnabled As Boolean)

パラメーター

fEnabled
Boolean

IQueryDesignerを有効にするべきかどうか。

適用対象