IQueryDesignerState インターフェイス
IQueryDesigner の状態の初期化やデザイナーの状態データの保持を行うインターフェイスを表します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)
構文
'宣言
Public Interface IQueryDesignerState
'使用
Dim instance As IQueryDesignerState
public interface IQueryDesignerState
public interface class IQueryDesignerState
type IQueryDesignerState = interface end
public interface IQueryDesignerState
IQueryDesignerState 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
DesignerState | デザイナーの状態データを取得します。値の設定も可能です。 |
先頭に戻る