言語

IQueryDesigner インターフェイス

定義

Business Intelligence Development Studioのレポート デザイナーでカスタムクエリデザイナーを表現します。

public interface class IQueryDesigner : IDisposable, Microsoft::ReportingServices::Interfaces::IExtension
public interface IQueryDesigner : IDisposable, Microsoft.ReportingServices.Interfaces.IExtension
type IQueryDesigner = interface
    interface IDisposable
    interface IExtension
Public Interface IQueryDesigner
Implements IDisposable, IExtension
派生
実装

プロパティ

名前 説明
Command

Business Intelligence Development Studioのレポート デザイナーが、IQueryDesignerが初期化された際にデータベースコマンドを渡すために使われます。

Connection

Business Intelligence Development Studioの初期化時にIQueryDesignerにデータベース接続を渡すためにレポート デザイナーが使用します。

LocalizedName

ユーザーインターフェースに表示される拡張のローカライズ名を取得します。

(継承元 IExtension)
QueryDesigner

Report ManagerやReport Builderのクエリデザイナーインターフェースに使うコントロールです。

ServiceProvider

ビジネスインテリジェンス開発スタジオのレポート デザイナーがサービスプロバイダーをIQueryDesignerに渡し、サービスを提供するために使用します。

ToolBar

デザイナーインターフェース用のツールバー。

メソッド

名前 説明
InitializeQueryDesigner()

入力パラメータを設定した後、 IQueryDesigner を初期化します。

OnActivateView()

ビューが有効化されたことをコントロールに通知します。

OnDeactivateView()

ビューが無効化されたことをコントロールに通知します。

SetConfiguration(String)

カスタム設定データを拡張に渡すために使われていました。

(継承元 IExtension)

イベント

名前 説明
EnableAltDesignerChanged

ジェネリッククエリデザイナーが有効または無効になることを示すイベントを表します。

適用対象